#CDD479

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

Shades of Deco #CDD479

Tints of Deco #CDD479

Color information

#CDD479 (or 0xCDD479) is unknown color: approx Deco. HEX triplet: CD, D4 and 79. RGB value is (205,212,121). Sum of RGB (Red+Green+Blue) = 205+212+121=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD479 is #322B86. Grayscale: #C7C7C7. Windows color (decimal): -3287943 or 7984333. OLE color: 7984333.

HSL color Cylindrical-coordinate representation of color #CDD479: hue angle of 64.62º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDD479 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB205212121-
CMYK0.0300.430.17
HSL64.62º51.41%65.29%-
HSV(B)64.62º42.92%83.14%-
XYZ52.1761.4527.2-
YUV199.5383.68131.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 121 (47.66% from 255) = 22.49%
R=38.10%
G=39.41%
B=22.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121210.0300.430.1764.6251.4165.29
HexCDD479302B11413341
Octal31532417130532110163101
Binary110011011101010011110011101010111000110000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD479; }

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

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

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

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

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

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

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

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