#CA9005

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

Shades of Dark Goldenrod #CA9005

Tints of Dark Goldenrod #CA9005

Color information

#CA9005 (or 0xCA9005) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 90 and 05. RGB value is (202,144,5). Sum of RGB (Red+Green+Blue) = 202+144+5=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9005 is #356FFA. Grayscale: #929292. Windows color (decimal): -3502075 or 364746. OLE color: 364746.

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

Color convert

RGB2021445-
CMYK00.290.980.21
HSL42.34º95.17%40.59%-
HSV(B)42.34º97.52%79.22%-
XYZ34.3632.514.61-
YUV145.548.72168.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=57.55%
G=41.03%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202144500.290.980.2142.3495.1740.59
HexCA90501D62152a5f29
Octal3122205035142255213751
Binary11001010100100001010111011100010101011010101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9005; }

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

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

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

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

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

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

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

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