#CA9701

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

Shades of Dark Goldenrod #CA9701

Tints of Dark Goldenrod #CA9701

Color information

#CA9701 (or 0xCA9701) is unknown color: approx Dark Goldenrod. HEX triplet: CA, 97 and 01. RGB value is (202,151,1). Sum of RGB (Red+Green+Blue) = 202+151+1=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9701 is #3568FE. Grayscale: #959595. Windows color (decimal): -3500287 or 104394. OLE color: 104394.

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

Color convert

RGB2021511-
CMYK00.251.000.21
HSL44.78º99.01%39.8%-
HSV(B)44.78º99.5%79.22%-
XYZ35.4334.694.86-
YUV149.1544.4165.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=57.06%
G=42.66%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202151100.251.000.2144.7899.0139.8
HexCA97101964152d6328
Octal3122271031144255514350
Binary110010101001011110110011100100101011011011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9701; }

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

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

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

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

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

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

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

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