COLOR #CDA319

HEX: #CDA319
RGB: (205,163,25)

Color info

#CDA319 contains mainly red and green colors. Web safe color of #CDA319 is #CC9900 (or #C90).

RGB color model

#CDA319 color RGB value is (205,163,25).

  • red value is 205;
  • green value is 163;
  • blue value is 25.
RGB:
(205,163,25)
(80%,64%,10%)

RGB channels and saturation

R 205 of 255 = 80%
G 163 of 255 = 64%
B 25 of 255 = 10%

205
163
25

R + G + B ~ 51%. #CDA319 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
205 + 163 + 25 = 393 (100%)
R 205 of 393 ~ 52.16%
G 163 of 393 ~ 41.48%
B 25 of 393 ~ 6.36%

%52.16
%41.48

CMYK color model

#CDA319 color CMYK value is (0,20,88,20).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 87.80%
  • key color value is 19.61%
CMYK:
(0,20,88,20)
C0M20Y88K20 
(0%,20%,88%,20%)
(0.00/0.20/0.88/0.20)	

CMYK percentages

%0
%20.49
%87.8
%19.61

Codes

Color #CDA319 in popluar color models

CDA319
RGB20516325
HSL46°78.26%45.10%
HSB/HSV46°87.80%80.39%
CMYK0.00%20.49%87.80%
19.61%

Color #CDA319 in popluar number systems.

HEXCDA319
Decimal20516325
Binary110011011010001111001
Octal31524331

Shades and tints

Shades of #CDA319

#CDA319
(205,163,25)
#BB9517
(187,149,23)
#A98715
(169,135,21)
#977913
(151,121,19)
#856B11
(133,107,17)
#735D0F
(115,93,15)
#614F0D
(97,79,13)
#4F410B
(79,65,11)
#3D3309
(61,51,9)
#2B2507
(43,37,7)
#191705
(25,23,5)
#000000
(0,0,0)

Tints of #CDA319

#CDA319
(205,163,25)
#D1AB2D
(209,171,45)
#D5B341
(213,179,65)
#D9BB55
(217,187,85)
#DDC369
(221,195,105)
#E1CB7D
(225,203,125)
#E5D391
(229,211,145)
#E9DBA5
(233,219,165)
#EDE3B9
(237,227,185)
#F1EBCD
(241,235,205)
#F5F3E1
(245,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDA319 color. Also use rgb(205,163,25) instead hex code.

Text Font Color

.myTextColor { color: #CDA319; }

<p style="color:#CDA319">This sample text font color is #CDA319.</p>

This text font color is #CDA319.


Background Color

.myBgColor { background-color: #CDA319; }

<div style="background-color:#CDA319">Inner text</div>

This div background color is #CDA319.


Border color

.myBorderColor { border: 1px solid #CDA319; }

<div style="border:3px solid #CDA319">Div</div>

This div border color is #CDA319.


Opacity

.myOpacity80 { color: #CDA319; opacity: 0.8; }

<p style="color:#CDA319;opacity:0.8;">80%</p>

Text with #CDA319 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CDA319;}

<p style="text-shadow: 3px 3px 1px #CDA319">Text here.</p>

This text has shadow with #CDA319 color.

.textShadow {text-shadow: 3px 3px 1px #CDA319, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CDA319, 5px 5px 20px red">Text here.</p>

This text has shadow with #CDA319 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CDA319, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CDA319, Direction=45, Strength=4)">Text</p>

This text has shadow with #CDA319 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CDA319;
  -webkit-box-shadow:	1px 1px 3px 2px #CDA319;
  box-shadow:		1px 1px 3px 2px #CDA319;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CDA319;
-webkit-box-shadow: 1px 1px 3px 2px #CDA319;
box-shadow:1px 1px 3px 2px #CDA319;">
Div content here</div>
This div box has shadow with color #CDA319.

Preview

Color preview on black background

This text has color #CDA319 on black background.


Color preview on white background

This text has color #CDA319 on white background.



Black color preview on #CDA319 background

This text has black color on #CDA319 background.


White color preview on #CDA319 background

This text has white color on #CDA319 background.