#CDDD88

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

Shades of Deco #CDDD88

Tints of Deco #CDDD88

Color information

#CDDD88 (or 0xCDDD88) is unknown color: approx Deco. HEX triplet: CD, DD and 88. RGB value is (205,221,136). Sum of RGB (Red+Green+Blue) = 205+221+136=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD88 is #322277. Grayscale: #CECECE. Windows color (decimal): -3285624 or 8969677. OLE color: 8969677.

HSL color Cylindrical-coordinate representation of color #CDDD88: hue angle of 71.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDDD88 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB205221136-
CMYK0.0700.380.13
HSL71.29º55.56%70%-
HSV(B)71.29º38.46%86.67%-
XYZ55.4866.4733.2-
YUV206.5388.2126.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=36.48%
G=39.32%
B=24.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211360.0700.380.1371.2955.5670
HexCDDD887026D473846
Octal31533521070461510770106
Binary1100110111011101100010001110100110110110001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD88; }

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

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

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

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

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

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

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

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