#CAD970

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

Shades of Goldenrod #CAD970

Tints of Goldenrod #CAD970

Color information

#CAD970 (or 0xCAD970) is unknown color: approx Goldenrod. HEX triplet: CA, D9 and 70. RGB value is (202,217,112). Sum of RGB (Red+Green+Blue) = 202+217+112=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD970 is #35268F. Grayscale: #C8C8C8. Windows color (decimal): -3483280 or 7395786. OLE color: 7395786.

HSL color Cylindrical-coordinate representation of color #CAD970: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAD970 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB202217112-
CMYK0.0700.480.15
HSL68.57º58.01%64.51%-
HSV(B)68.57º48.39%85.1%-
XYZ52.0963.3524.81-
YUV200.5478.03129.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=38.04%
G=40.87%
B=21.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171120.0700.480.1568.5758.0164.51
HexCAD9707030F453a41
Octal31233116070601710572101
Binary110010101101100111100001110110000111110001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD970; }

 p { color: rgb(202,217,112); }

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

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

 a { background-color: rgb(202,217,112); }

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

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

 span { border-color: rgb(202,217,112); }

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