#CCDA95

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

Shades of Deco #CCDA95

Tints of Deco #CCDA95

Color information

#CCDA95 (or 0xCCDA95) is unknown color: approx Deco. HEX triplet: CC, DA and 95. RGB value is (204,218,149). Sum of RGB (Red+Green+Blue) = 204+218+149=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA95 is #33256A. Grayscale: #CECECE. Windows color (decimal): -3351915 or 9820876. OLE color: 9820876.

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

Color convert

RGB204218149-
CMYK0.0600.320.15
HSL72.17º48.25%71.96%-
HSV(B)72.17º31.65%85.49%-
XYZ55.465.1538.09-
YUV205.9595.86126.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 149 (58.59% from 255) = 26.09%
R=35.73%
G=38.18%
B=26.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181490.0600.320.1572.1748.2571.96
HexCCDA956020F483048
Octal31433222560401711060110
Binary1100110011011010100101011100100000111110010001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDA95; }

 p { color: rgb(204,218,149); }

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

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

 a { background-color: rgb(204,218,149); }

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

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

 span { border-color: rgb(204,218,149); }

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