#CCDB81

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

Shades of Deco #CCDB81

Tints of Deco #CCDB81

Color information

#CCDB81 (or 0xCCDB81) is unknown color: approx Deco. HEX triplet: CC, DB and 81. RGB value is (204,219,129). Sum of RGB (Red+Green+Blue) = 204+219+129=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB81 is #33247E. Grayscale: #CCCCCC. Windows color (decimal): -3351679 or 8510412. OLE color: 8510412.

HSL color Cylindrical-coordinate representation of color #CCDB81: hue angle of 70º 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 #CCDB81 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB204219129-
CMYK0.0700.410.14
HSL70º55.56%68.24%-
HSV(B)70º41.1%85.88%-
XYZ54.265.0930.48-
YUV204.2585.53127.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 129 (50.78% from 255) = 23.37%
R=36.96%
G=39.67%
B=23.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191290.0700.410.147055.5668.24
HexCCDB817029E463844
Octal31433320170511610670104
Binary1100110011011011100000011110101001111010001101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB81; }

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

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

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

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

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

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

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

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