#CDD97D

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

Shades of Deco #CDD97D

Tints of Deco #CDD97D

Color information

#CDD97D (or 0xCDD97D) is unknown color: approx Deco. HEX triplet: CD, D9 and 7D. RGB value is (205,217,125). Sum of RGB (Red+Green+Blue) = 205+217+125=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD97D is #322682. Grayscale: #CBCBCB. Windows color (decimal): -3286659 or 8247757. OLE color: 8247757.

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

Color convert

RGB205217125-
CMYK0.0600.420.15
HSL67.83º54.76%67.06%-
HSV(B)67.83º42.4%85.1%-
XYZ53.6964.0928.94-
YUV202.9284.02129.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=37.48%
G=39.67%
B=22.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171250.0600.420.1567.8354.7667.06
HexCDD97D602AF443743
Octal31533117560521710467103
Binary110011011101100111111011100101010111110001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD97D; }

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

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

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

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

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

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

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

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