#CDDA88

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

Shades of Deco #CDDA88

Tints of Deco #CDDA88

Color information

#CDDA88 (or 0xCDDA88) is unknown color: approx Deco. HEX triplet: CD, DA and 88. RGB value is (205,218,136). Sum of RGB (Red+Green+Blue) = 205+218+136=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA88 is #322577. Grayscale: #CDCDCD. Windows color (decimal): -3286392 or 8968909. OLE color: 8968909.

HSL color Cylindrical-coordinate representation of color #CDDA88: hue angle of 69.51º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDDA88 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB205218136-
CMYK0.0600.380.15
HSL69.51º52.56%69.41%-
HSV(B)69.51º37.61%85.49%-
XYZ54.6964.932.94-
YUV204.7689.19128.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 136 (53.52% from 255) = 24.33%
R=36.67%
G=39.00%
B=24.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181360.0600.380.1569.5152.5669.41
HexCDDA886026F463545
Octal31533221060461710665105
Binary1100110111011010100010001100100110111110001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA88; }

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

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

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

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

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

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

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

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