#CA8912

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

Shades of Dark Goldenrod #CA8912

Tints of Dark Goldenrod #CA8912

Color information

#CA8912 (or 0xCA8912) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 89 and 12. RGB value is (202,137,18). Sum of RGB (Red+Green+Blue) = 202+137+18=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8912 is #3576ED. Grayscale: #8F8F8F. Windows color (decimal): -3503854 or 1214922. OLE color: 1214922.

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

Color convert

RGB20213718-
CMYK00.320.910.21
HSL38.8º83.64%43.14%-
HSV(B)38.8º91.09%79.22%-
XYZ33.4130.494.7-
YUV142.8757.53170.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 18 (7.42% from 255) = 5.04%
R=56.58%
G=38.38%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021371800.320.910.2138.883.6443.14
HexCA89120205B1527542b
Octal31221122040133254712453
Binary11001010100010011001001000001011011101011001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8912; }

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

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

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

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

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

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

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

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