#CA8512

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

Shades of Dark Goldenrod #CA8512

Tints of Dark Goldenrod #CA8512

Color information

#CA8512 (or 0xCA8512) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 85 and 12. RGB value is (202,133,18). Sum of RGB (Red+Green+Blue) = 202+133+18=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8512 is #357AED. Grayscale: #8D8D8D. Windows color (decimal): -3504878 or 1213898. OLE color: 1213898.

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

Color convert

RGB20213318-
CMYK00.340.910.21
HSL37.5º83.64%43.14%-
HSV(B)37.5º91.09%79.22%-
XYZ32.8529.384.51-
YUV140.5258.86171.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 18 (7.42% from 255) = 5.10%
R=57.22%
G=37.68%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021331800.340.910.2137.583.6443.14
HexCA85120225B1526542b
Octal31220522042133254612453
Binary11001010100001011001001000101011011101011001101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8512; }

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

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

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

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

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

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

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

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