#cddb81

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

Shades of Deco #CDDB81

Tints of Deco #CDDB81

Color information

#CDDB81 (or 0xCDDB81) is unknown color: approx Deco. HEX triplet: CD, DB and 81. RGB value is (205,219,129). Sum of RGB (Red+Green+Blue) = 205+219+129=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB81 is #32247E. Grayscale: #CCCCCC. Windows color (decimal): -3286143 or 8510413. OLE color: 8510413.

HSL color Cylindrical-coordinate representation of color #CDDB81: hue angle of 69.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDDB81 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB205219129-
CMYK0.0600.410.14
HSL69.33º55.56%68.24%-
HSV(B)69.33º41.1%85.88%-
XYZ54.4765.2330.49-
YUV204.5585.36128.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=37.07%
G=39.60%
B=23.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191290.0600.410.1469.3355.5668.24
HexCDDB816029E453844
Octal31533320160511610570104
Binary1100110111011011100000011100101001111010001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cddb81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cddb81; }

 p { color: rgb(205,219,129); }

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

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

 a { background-color: rgb(205,219,129); }

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

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

 span { border-color: rgb(205,219,129); }

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