#CA9601

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

Shades of Dark Goldenrod #CA9601

Tints of Dark Goldenrod #CA9601

Color information

#CA9601 (or 0xCA9601) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 96 and 01. RGB value is (202,150,1). Sum of RGB (Red+Green+Blue) = 202+150+1=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9601 is #3569FE. Grayscale: #959595. Windows color (decimal): -3500543 or 104138. OLE color: 104138.

HSL color Cylindrical-coordinate representation of color #CA9601: hue angle of 44.48º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9601 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB2021501-
CMYK00.261.000.21
HSL44.48º99.01%39.8%-
HSV(B)44.48º99.5%79.22%-
XYZ35.2734.374.8-
YUV148.5644.73166.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=57.22%
G=42.49%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202150100.261.000.2144.4899.0139.8
HexCA96101A64152c6328
Octal3122261032144255414350
Binary110010101001011010110101100100101011011001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9601; }

 p { color: rgb(202,150,1); }

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

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

 a { background-color: rgb(202,150,1); }

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

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

 span { border-color: rgb(202,150,1); }

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