Html Css Color HEX #CCD797 Deco

📋 copy color: '#CCD797'

red 204 ◦ green 215 ◦ blue 151

#CCD797
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCD797

Tints of Deco #CCD797

RGB

 RED value IS 204 (80.08% from 255) = 35.79%

 GREEN value IS 215 (84.38% from 255) = 37.72%

 BLUE value IS 151 (59.38% from 255) = 26.49%

R = 35.79%
G = 37.72%
B = 26.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#CCD797 (or 0xCCD797) is known color: Deco. HEX triplet: CC, D7 and 97. RGB value is (204,215,151). Sum of RGB (Red+Green+Blue) = 204+215+151=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD797 is #332868. Grayscale: #CCCCCC. Windows color (decimal): -3352681 or 9951180. OLE color: 9951180.

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

Color convert

RGB 204 215 151 -
CMYK 0.05 0 0.30 0.16
HSL 70.31º 0.44% 0.72% -
HSV(B) 70.31º 0.3% 0.84% -
XYZ 54.79 63.67 38.68 -
YUV 204.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 204 215 151 0.05 0 0.30 0.16 70.31 0.44 0.72
Hex CC D7 97 5 0 1E 10 46 2C 48
Octal 314 327 227 5 0 36 20 106 54 110
Binary 11001100 11010111 10010111 101 0 11110 10000 1000110 101100 1001000

Color Harmonies of #CCD797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD797

Black with #CCD797

Text Example


Text Example

White with #CCD797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD797; }

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

 H1.HeaderClassName
 {
   color: #CCD797;
 }
 .AnyTagClassName
 {
   color: #CCD797;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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