#CA8412

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

Shades of Dark Goldenrod #CA8412

Tints of Dark Goldenrod #CA8412

Color information

#CA8412 (or 0xCA8412) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 84 and 12. RGB value is (202,132,18). Sum of RGB (Red+Green+Blue) = 202+132+18=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8412 is #357BED. Grayscale: #8C8C8C. Windows color (decimal): -3505134 or 1213642. OLE color: 1213642.

HSL color Cylindrical-coordinate representation of color #CA8412: hue angle of 37.17º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA8412 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB20213218-
CMYK00.350.910.21
HSL37.17º83.64%43.14%-
HSV(B)37.17º91.09%79.22%-
XYZ32.7229.14.47-
YUV139.9359.19172.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 5.11%
R=57.39%
G=37.5%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021321800.350.910.2137.1783.6443.14
HexCA84120235B1525542b
Octal31220422043133254512453
Binary11001010100001001001001000111011011101011001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8412; }

 p { color: rgb(202,132,18); }

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

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

 a { background-color: rgb(202,132,18); }

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

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

 span { border-color: rgb(202,132,18); }

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