#CCDB86

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

Shades of Deco #CCDB86

Tints of Deco #CCDB86

Color information

#CCDB86 (or 0xCCDB86) is unknown color: approx Deco. HEX triplet: CC, DB and 86. RGB value is (204,219,134). Sum of RGB (Red+Green+Blue) = 204+219+134=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB86 is #332479. Grayscale: #CDCDCD. Windows color (decimal): -3351674 or 8838092. OLE color: 8838092.

HSL color Cylindrical-coordinate representation of color #CCDB86: hue angle of 70.59º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCDB86 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB204219134-
CMYK0.0700.390.14
HSL70.59º54.14%69.22%-
HSV(B)70.59º38.81%85.88%-
XYZ54.5465.2232.27-
YUV204.8288.03127.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=36.62%
G=39.32%
B=24.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191340.0700.390.1470.5954.1469.22
HexCCDB867027E473645
Octal31433320670471610766105
Binary1100110011011011100001101110100111111010001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB86; }

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

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

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

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

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

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

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

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