#CA8206

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

Shades of Dark Goldenrod #CA8206

Tints of Dark Goldenrod #CA8206

Color information

#CA8206 (or 0xCA8206) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 82 and 06. RGB value is (202,130,6). Sum of RGB (Red+Green+Blue) = 202+130+6=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8206 is #357DF9. Grayscale: #898989. Windows color (decimal): -3505658 or 426698. OLE color: 426698.

HSL color Cylindrical-coordinate representation of color #CA8206: hue angle of 37.96º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA8206 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB2021306-
CMYK00.360.970.21
HSL37.96º94.23%40.78%-
HSV(B)37.96º97.03%79.22%-
XYZ32.3728.533.97-
YUV137.3953.85174.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.76%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=59.76%
G=38.46%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202130600.360.970.2137.9694.2340.78
HexCA8260246115265e29
Octal3122026044141254613651
Binary110010101000001011001001001100001101011001101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8206; }

 p { color: rgb(202,130,6); }

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

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

 a { background-color: rgb(202,130,6); }

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

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

 span { border-color: rgb(202,130,6); }

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