#CA9805

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

Shades of Dark Goldenrod #CA9805

Tints of Dark Goldenrod #CA9805

Color information

#CA9805 (or 0xCA9805) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 98 and 05. RGB value is (202,152,5). Sum of RGB (Red+Green+Blue) = 202+152+5=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9805 is #3567FA. Grayscale: #969696. Windows color (decimal): -3500027 or 366794. OLE color: 366794.

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

Color convert

RGB2021525-
CMYK00.250.980.21
HSL44.77º95.17%40.59%-
HSV(B)44.77º97.52%79.22%-
XYZ35.6135.025.03-
YUV150.1946.06164.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=56.27%
G=42.34%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202152500.250.980.2144.7795.1740.59
HexCA98501962152d5f29
Octal3122305031142255513751
Binary11001010100110001010110011100010101011011011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9805; }

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

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

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

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

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

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

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

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