#CDD478

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

Shades of Deco #CDD478

Tints of Deco #CDD478

Color information

#CDD478 (or 0xCDD478) is unknown color: approx Deco. HEX triplet: CD, D4 and 78. RGB value is (205,212,120). Sum of RGB (Red+Green+Blue) = 205+212+120=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD478 is #322B87. Grayscale: #C7C7C7. Windows color (decimal): -3287944 or 7918797. OLE color: 7918797.

HSL color Cylindrical-coordinate representation of color #CDD478: hue angle of 64.57º degrees, saturation: 0.52, 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 #CDD478 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB205212120-
CMYK0.0300.430.17
HSL64.57º51.69%65.1%-
HSV(B)64.57º43.4%83.14%-
XYZ52.1161.4226.88-
YUV199.4283.18131.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 120 (47.27% from 255) = 22.35%
R=38.18%
G=39.48%
B=22.35%

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
Decimal2052121200.0300.430.1764.5751.6965.1
HexCDD478302B11413441
Octal31532417030532110164101
Binary110011011101010011110001101010111000110000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD478; }

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

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

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

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

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

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

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

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