#CDD97F

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

Shades of Deco #CDD97F

Tints of Deco #CDD97F

Color information

#CDD97F (or 0xCDD97F) is unknown color: approx Deco. HEX triplet: CD, D9 and 7F. RGB value is (205,217,127). Sum of RGB (Red+Green+Blue) = 205+217+127=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD97F is #322680. Grayscale: #CBCBCB. Windows color (decimal): -3286657 or 8378829. OLE color: 8378829.

HSL color Cylindrical-coordinate representation of color #CDD97F: hue angle of 68º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDD97F is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB205217127-
CMYK0.0600.410.15
HSL68º54.22%67.45%-
HSV(B)68º41.47%85.1%-
XYZ53.8264.1429.62-
YUV203.1585.02129.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 127 (50% from 255) = 23.13%
R=37.34%
G=39.53%
B=23.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171270.0600.410.156854.2267.45
HexCDD97F6029F443643
Octal31533117760511710466103
Binary110011011101100111111111100101001111110001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD97F; }

 p { color: rgb(205,217,127); }

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

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

 a { background-color: rgb(205,217,127); }

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

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

 span { border-color: rgb(205,217,127); }

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