Html Css Color HEX #CCD796 Deco

📋 copy color: '#CCD796'

red 204 ◦ green 215 ◦ blue 150

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

Shades of Deco #CCD796

Tints of Deco #CCD796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.36%

R = 35.85%
G = 37.79%
B = 26.36%

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

#CCD796 (or 0xCCD796) is known color: Deco. HEX triplet: CC, D7 and 96. RGB value is (204,215,150). Sum of RGB (Red+Green+Blue) = 204+215+150=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD796 is #332869. Grayscale: #CCCCCC. Windows color (decimal): -3352682 or 9885644. OLE color: 9885644.

HSL color Cylindrical-coordinate representation of color #CCD796: hue angle of 70.15º degrees, saturation: 0.45, 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 #CCD796 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 150 -
CMYK 0.05 0 0.30 0.16
HSL 70.15º 0.45% 0.72% -
HSV(B) 70.15º 0.3% 0.84% -
XYZ 54.71 63.64 38.25 -
YUV 204.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 204 215 150 0.05 0 0.30 0.16 70.15 0.45 0.72
Hex CC D7 96 5 0 1E 10 46 2D 48
Octal 314 327 226 5 0 36 20 106 55 110
Binary 11001100 11010111 10010110 101 0 11110 10000 1000110 101101 1001000

Color Harmonies of #CCD796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD796

Black with #CCD796

Text Example


Text Example

White with #CCD796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD796; }

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

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

background-color css

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

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

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

border-color css

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

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

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