#CDD26D

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

Shades of Goldenrod #CDD26D

Tints of Goldenrod #CDD26D

Color information

#CDD26D (or 0xCDD26D) is unknown color: approx Goldenrod. HEX triplet: CD, D2 and 6D. RGB value is (205,210,109). Sum of RGB (Red+Green+Blue) = 205+210+109=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD26D is #322D92. Grayscale: #C5C5C5. Windows color (decimal): -3288467 or 7197389. OLE color: 7197389.

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

Color convert

RGB205210109-
CMYK0.0200.480.18
HSL62.97º52.88%62.55%-
HSV(B)62.97º48.1%82.35%-
XYZ50.9860.1823.4-
YUV196.9978.34133.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=39.12%
G=40.08%
B=20.80%

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
Decimal2052101090.0200.480.1862.9752.8862.55
HexCDD26D2030123f353f
Octal315322155206022776577
Binary1100110111010010110110110011000010010111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD26D; }

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

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

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

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

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

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

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

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