#CDD779

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

Shades of Deco #CDD779

Tints of Deco #CDD779

Color information

#CDD779 (or 0xCDD779) is unknown color: approx Deco. HEX triplet: CD, D7 and 79. RGB value is (205,215,121). Sum of RGB (Red+Green+Blue) = 205+215+121=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD779 is #322886. Grayscale: #C9C9C9. Windows color (decimal): -3287175 or 7985101. OLE color: 7985101.

HSL color Cylindrical-coordinate representation of color #CDD779: hue angle of 66.38º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD779 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB205215121-
CMYK0.0500.440.16
HSL66.38º54.02%65.88%-
HSV(B)66.38º43.72%84.31%-
XYZ52.9362.9627.45-
YUV201.2982.69130.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 215 (84.38% from 255) = 39.74%
BLUE value IS 121 (47.66% from 255) = 22.37%
R=37.89%
G=39.74%
B=22.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151210.0500.440.1666.3854.0265.88
HexCDD779502C10423642
Octal31532717150542010266102
Binary1100110111010111111100110101011001000010000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD779; }

 p { color: rgb(205,215,121); }

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

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

 a { background-color: rgb(205,215,121); }

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

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

 span { border-color: rgb(205,215,121); }

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