#CA9205

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

Shades of Dark Goldenrod #CA9205

Tints of Dark Goldenrod #CA9205

Color information

#CA9205 (or 0xCA9205) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 92 and 05. RGB value is (202,146,5). Sum of RGB (Red+Green+Blue) = 202+146+5=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9205 is #356DFA. Grayscale: #939393. Windows color (decimal): -3501563 or 365258. OLE color: 365258.

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

Color convert

RGB2021465-
CMYK00.280.980.21
HSL42.94º95.17%40.59%-
HSV(B)42.94º97.52%79.22%-
XYZ34.6633.134.71-
YUV146.6748.05167.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=57.22%
G=41.36%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202146500.280.980.2142.9495.1740.59
HexCA92501C62152b5f29
Octal3122225034142255313751
Binary11001010100100101010111001100010101011010111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9205; }

 p { color: rgb(202,146,5); }

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

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

 a { background-color: rgb(202,146,5); }

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

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

 span { border-color: rgb(202,146,5); }

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