#CDD16E

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

Shades of Goldenrod #CDD16E

Tints of Goldenrod #CDD16E

Color information

#CDD16E (or 0xCDD16E) is unknown color: approx Goldenrod. HEX triplet: CD, D1 and 6E. RGB value is (205,209,110). Sum of RGB (Red+Green+Blue) = 205+209+110=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD16E is #322E91. Grayscale: #C4C4C4. Windows color (decimal): -3288722 or 7262669. OLE color: 7262669.

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

Color convert

RGB205209110-
CMYK0.0200.470.18
HSL62.42º51.83%62.55%-
HSV(B)62.42º47.37%81.96%-
XYZ50.7959.7123.6-
YUV196.5279.17134.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 110 (43.36% from 255) = 20.99%
R=39.12%
G=39.89%
B=20.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091100.0200.470.1862.4251.8362.55
HexCDD16E202F123e343f
Octal315321156205722766477
Binary1100110111010001110111010010111110010111110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD16E; }

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

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

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

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

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

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

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

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