#CA8C0C

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

Shades of Dark Goldenrod #CA8C0C

Tints of Dark Goldenrod #CA8C0C

Color information

#CA8C0C (or 0xCA8C0C) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 8C and 0C. RGB value is (202,140,12). Sum of RGB (Red+Green+Blue) = 202+140+12=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8C0C is #3573F3. Grayscale: #909090. Windows color (decimal): -3503092 or 822474. OLE color: 822474.

HSL color Cylindrical-coordinate representation of color #CA8C0C: hue angle of 40.42º 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 #CA8C0C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20214012-
CMYK00.310.940.21
HSL40.42º88.79%41.96%-
HSV(B)40.42º94.06%79.22%-
XYZ33.831.344.62-
YUV143.9553.54169.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 12 (5.08% from 255) = 3.39%
R=57.06%
G=39.55%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021401200.310.940.2140.4288.7941.96
HexCA8CC01F5E1528592a
Octal31221414037136255013152
Binary110010101000110011000111111011110101011010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C0C; }

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

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

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

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

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

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

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

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