#CDD788

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

Shades of Deco #CDD788

Tints of Deco #CDD788

Color information

#CDD788 (or 0xCDD788) is unknown color: approx Deco. HEX triplet: CD, D7 and 88. RGB value is (205,215,136). Sum of RGB (Red+Green+Blue) = 205+215+136=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD788 is #322877. Grayscale: #CBCBCB. Windows color (decimal): -3287160 or 8968141. OLE color: 8968141.

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

Color convert

RGB205215136-
CMYK0.0500.370.16
HSL67.59º49.69%68.82%-
HSV(B)67.59º36.74%84.31%-
XYZ53.9263.3632.68-
YUV20390.19129.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=36.87%
G=38.67%
B=24.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151360.0500.370.1667.5949.6968.82
HexCDD788502510443245
Octal31532721050452010462105
Binary11001101110101111000100010101001011000010001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD788; }

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

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

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

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

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

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

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

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