#CDD16D

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

Shades of Goldenrod #CDD16D

Tints of Goldenrod #CDD16D

Color information

#CDD16D (or 0xCDD16D) is unknown color: approx Goldenrod. HEX triplet: CD, D1 and 6D. RGB value is (205,209,109). Sum of RGB (Red+Green+Blue) = 205+209+109=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD16D is #322E92. Grayscale: #C4C4C4. Windows color (decimal): -3288723 or 7197133. OLE color: 7197133.

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

Color convert

RGB205209109-
CMYK0.0200.480.18
HSL62.4º52.08%62.35%-
HSV(B)62.4º47.85%81.96%-
XYZ50.7459.6823.31-
YUV196.478.67134.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=39.20%
G=39.96%
B=20.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091090.0200.480.1862.452.0862.35
HexCDD16D2030123e343e
Octal315321155206022766476
Binary1100110111010001110110110011000010010111110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD16D; }

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

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

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

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

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

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

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

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