#CA8E0C

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

Shades of Dark Goldenrod #CA8E0C

Tints of Dark Goldenrod #CA8E0C

Color information

#CA8E0C (or 0xCA8E0C) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 8E and 0C. RGB value is (202,142,12). Sum of RGB (Red+Green+Blue) = 202+142+12=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8E0C is #3571F3. Grayscale: #919191. Windows color (decimal): -3502580 or 822986. OLE color: 822986.

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

Color convert

RGB20214212-
CMYK00.300.940.21
HSL41.05º88.79%41.96%-
HSV(B)41.05º94.06%79.22%-
XYZ34.131.934.71-
YUV145.1252.88168.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 12 (5.08% from 255) = 3.37%
R=56.74%
G=39.89%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021421200.300.940.2141.0588.7941.96
HexCA8EC01E5E1529592a
Octal31221614036136255113152
Binary110010101000111011000111101011110101011010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E0C; }

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

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

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

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

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

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

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

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