#CCD794

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

Shades of Deco #CCD794

Tints of Deco #CCD794

Color information

#CCD794 (or 0xCCD794) is unknown color: approx Deco. HEX triplet: CC, D7 and 94. RGB value is (204,215,148). Sum of RGB (Red+Green+Blue) = 204+215+148=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD794 is #33286B. Grayscale: #CCCCCC. Windows color (decimal): -3352684 or 9754572. OLE color: 9754572.

HSL color Cylindrical-coordinate representation of color #CCD794: hue angle of 69.85º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD794 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB204215148-
CMYK0.0500.310.16
HSL69.85º45.58%71.18%-
HSV(B)69.85º31.16%84.31%-
XYZ54.5563.5837.41-
YUV204.0796.36127.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 148 (58.20% from 255) = 26.10%
R=35.98%
G=37.92%
B=26.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151480.0500.310.1669.8545.5871.18
HexCCD794501F10462e47
Octal31432722450372010656107
Binary1100110011010111100101001010111111000010001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD794; }

 p { color: rgb(204,215,148); }

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

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

 a { background-color: rgb(204,215,148); }

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

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

 span { border-color: rgb(204,215,148); }

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