#CA8E00

Color #CA8E00 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CA8E00

Tints of Dark Goldenrod #CA8E00

Color information

#CA8E00 (or 0xCA8E00) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 8E and 00. RGB value is (202,142,0). Sum of RGB (Red+Green+Blue) = 202+142+0=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8E00 is #3571FF. Grayscale: #909090. Windows color (decimal): -3502592 or 36554. OLE color: 36554.

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

Color convert

RGB2021420-
CMYK00.3010.21
HSL42.18º100%39.61%-
HSV(B)42.18º100%79.22%-
XYZ34.0331.94.36-
YUV143.7546.88169.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.72%
G=41.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202142000.3010.2142.1810039.61
HexCA8E001E64152a6428
Octal3122160036144255214450
Binary110010101000111000111101100100101011010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E00; }

 p { color: rgb(202,142,0); }

 H1.HeaderClassName
 {
   color: #CA8E00;
 }
 .AnyTagClassName
 {
   color: #CA8E00;
 }
</style>
background-color css

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

 a { background-color: rgb(202,142,0); }

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

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

 span { border-color: rgb(202,142,0); }

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