#CDD271

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

Shades of Goldenrod #CDD271

Tints of Goldenrod #CDD271

Color information

#CDD271 (or 0xCDD271) is unknown color: approx Goldenrod. HEX triplet: CD, D2 and 71. RGB value is (205,210,113). Sum of RGB (Red+Green+Blue) = 205+210+113=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD271 is #322D8E. Grayscale: #C5C5C5. Windows color (decimal): -3288463 or 7459533. OLE color: 7459533.

HSL color Cylindrical-coordinate representation of color #CDD271: hue angle of 63.09º degrees, saturation: 0.52, 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 #CDD271 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB205210113-
CMYK0.0200.460.18
HSL63.09º51.87%63.33%-
HSV(B)63.09º46.19%82.35%-
XYZ51.260.2624.56-
YUV197.4580.34133.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=38.83%
G=39.77%
B=21.40%

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
Decimal2052101130.0200.460.1863.0951.8763.33
HexCDD271202E123f343f
Octal315322161205622776477
Binary1100110111010010111000110010111010010111111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD271; }

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

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

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

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

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

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

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

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