#CDD170

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

Shades of Goldenrod #CDD170

Tints of Goldenrod #CDD170

Color information

#CDD170 (or 0xCDD170) is unknown color: approx Goldenrod. HEX triplet: CD, D1 and 70. RGB value is (205,209,112). Sum of RGB (Red+Green+Blue) = 205+209+112=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD170 is #322E8F. Grayscale: #C5C5C5. Windows color (decimal): -3288720 or 7393741. OLE color: 7393741.

HSL color Cylindrical-coordinate representation of color #CDD170: hue angle of 62.47º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD170 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB205209112-
CMYK0.0200.460.18
HSL62.47º51.32%62.94%-
HSV(B)62.47º46.41%81.96%-
XYZ50.959.7524.18-
YUV196.7580.17133.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=38.97%
G=39.73%
B=21.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091120.0200.460.1862.4751.3262.94
HexCDD170202E123e333f
Octal315321160205622766377
Binary1100110111010001111000010010111010010111110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD170; }

 p { color: rgb(205,209,112); }

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

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

 a { background-color: rgb(205,209,112); }

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

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

 span { border-color: rgb(205,209,112); }

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