#CCD791

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

Shades of Deco #CCD791

Tints of Deco #CCD791

Color information

#CCD791 (or 0xCCD791) is unknown color: approx Deco. HEX triplet: CC, D7 and 91. RGB value is (204,215,145). Sum of RGB (Red+Green+Blue) = 204+215+145=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD791 is #33286E. Grayscale: #CBCBCB. Windows color (decimal): -3352687 or 9557964. OLE color: 9557964.

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

Color convert

RGB204215145-
CMYK0.0500.330.16
HSL69.43º46.67%70.59%-
HSV(B)69.43º32.56%84.31%-
XYZ54.3163.4836.18-
YUV203.7394.86128.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 145 (57.03% from 255) = 25.71%
R=36.17%
G=38.12%
B=25.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151450.0500.330.1669.4346.6770.59
HexCCD791502110452f47
Octal31432722150412010557107
Binary11001100110101111001000110101000011000010001011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD791; }

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

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

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

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

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

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

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

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