#CA8812

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

Shades of Dark Goldenrod #CA8812

Tints of Dark Goldenrod #CA8812

Color information

#CA8812 (or 0xCA8812) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 88 and 12. RGB value is (202,136,18). Sum of RGB (Red+Green+Blue) = 202+136+18=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8812 is #3577ED. Grayscale: #8E8E8E. Windows color (decimal): -3504110 or 1214666. OLE color: 1214666.

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

Color convert

RGB20213618-
CMYK00.330.910.21
HSL38.48º83.64%43.14%-
HSV(B)38.48º91.09%79.22%-
XYZ33.2730.214.65-
YUV142.2857.87170.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 18 (7.42% from 255) = 5.06%
R=56.74%
G=38.20%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021361800.330.910.2138.4883.6443.14
HexCA88120215B1526542b
Octal31221022041133254612453
Binary11001010100010001001001000011011011101011001101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8812; }

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

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

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

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

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

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

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

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