Html Css Color HEX #CA8804 Dark Goldenrod

📋 copy color: '#CA8804'

red 202 ◦ green 136 ◦ blue 4

#CA8804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #CA8804

Tints of Dark Goldenrod #CA8804

RGB

 RED value IS 202 (79.3% from 255) = 59.06%

 GREEN value IS 136 (53.52% from 255) = 39.77%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 59.06%
G = 39.77%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA8804 (or 0xCA8804) is known color: Dark Goldenrod. HEX triplet: CA, 88 and 04. RGB value is (202,136,4). Sum of RGB (Red+Green+Blue) = 202+136+4=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8804 is #3577FB. Grayscale: #8D8D8D. Windows color (decimal): -3504124 or 297162. OLE color: 297162.

HSL color Cylindrical-coordinate representation of color #CA8804: hue angle of 40º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA8804 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 4 -
CMYK 0 0.33 0.98 0.21
HSL 40º 0.96% 0.4% -
HSV(B) 40º 0.98% 0.79% -
XYZ 33.18 30.17 4.19 -
YUV 140.69 50.87 171.73 -
System Red Green Blue C M Y K H S L
Decimal 202 136 4 0 0.33 0.98 0.21 40 0.96 0.4
Hex CA 88 4 0 21 62 15 28 60 28
Octal 312 210 4 0 41 142 25 50 140 50
Binary 11001010 10001000 100 0 100001 1100010 10101 101000 1100000 101000

Color Harmonies of #CA8804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8804

Black with #CA8804

Text Example


Text Example

White with #CA8804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8804; }

 p { color: rgb(202,136,4); }

 H1.HeaderClassName
 {
   color: #CA8804;
 }
 .AnyTagClassName
 {
   color: #CA8804;
 }
</style>

background-color css

<style>
 a { background-color: #CA8804; }

 a { background-color: rgb(202,136,4); }

 div.DivClassName
 {
   background-color: #CA8804;
 }
 .BgClassName
 {
   background-color: #CA8804;
 }
</style>

border-color css

<style>
 span { border-color: #CA8804; }

 span { border-color: rgb(202,136,4); }

 td.TdClassName
 {
   border-color: #CA8804;
 }
 .TagClassName
 {
   border-color: #CA8804;
 }
</style>