#CDD16A

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

Shades of Goldenrod #CDD16A

Tints of Goldenrod #CDD16A

Color information

#CDD16A (or 0xCDD16A) is unknown color: approx Goldenrod. HEX triplet: CD, D1 and 6A. RGB value is (205,209,106). Sum of RGB (Red+Green+Blue) = 205+209+106=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD16A is #322E95. Grayscale: #C4C4C4. Windows color (decimal): -3288726 or 7000525. OLE color: 7000525.

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

Color convert

RGB205209106-
CMYK0.0200.490.18
HSL62.33º52.82%61.76%-
HSV(B)62.33º49.28%81.96%-
XYZ50.5859.6222.48-
YUV196.0677.17134.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 106 (41.80% from 255) = 20.38%
R=39.42%
G=40.19%
B=20.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091060.0200.490.1862.3352.8261.76
HexCDD16A2031123e353e
Octal315321152206122766576
Binary1100110111010001110101010011000110010111110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD16A; }

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

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

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

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

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

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

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

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