#CCD697

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

Shades of Deco #CCD697

Tints of Deco #CCD697

Color information

#CCD697 (or 0xCCD697) is unknown color: approx Deco. HEX triplet: CC, D6 and 97. RGB value is (204,214,151). Sum of RGB (Red+Green+Blue) = 204+214+151=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD697 is #332968. Grayscale: #CCCCCC. Windows color (decimal): -3352937 or 9950924. OLE color: 9950924.

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

Color convert

RGB204214151-
CMYK0.0500.290.16
HSL69.52º43.45%71.57%-
HSV(B)69.52º29.44%83.92%-
XYZ54.5363.1638.6-
YUV203.8398.19128.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=35.85%
G=37.61%
B=26.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141510.0500.290.1669.5243.4571.57
HexCCD697501D10462b48
Octal31432622750352010653110
Binary1100110011010110100101111010111011000010001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD697; }

 p { color: rgb(204,214,151); }

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

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

 a { background-color: rgb(204,214,151); }

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

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

 span { border-color: rgb(204,214,151); }

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