Html Css Color HEX #CCD696 Deco

📋 copy color: '#CCD696'

red 204 ◦ green 214 ◦ blue 150

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

Shades of Deco #CCD696

Tints of Deco #CCD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

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

R = 35.92%
G = 37.68%
B = 26.41%

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

#CCD696 (or 0xCCD696) is known color: Deco. HEX triplet: CC, D6 and 96. RGB value is (204,214,150). Sum of RGB (Red+Green+Blue) = 204+214+150=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD696 is #332969. Grayscale: #CBCBCB. Windows color (decimal): -3352938 or 9885388. OLE color: 9885388.

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

Color convert

RGB 204 214 150 -
CMYK 0.05 0 0.30 0.16
HSL 69.38º 0.44% 0.71% -
HSV(B) 69.38º 0.3% 0.84% -
XYZ 54.45 63.13 38.17 -
YUV 203.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 204 214 150 0.05 0 0.30 0.16 69.38 0.44 0.71
Hex CC D6 96 5 0 1E 10 45 2C 47
Octal 314 326 226 5 0 36 20 105 54 107
Binary 11001100 11010110 10010110 101 0 11110 10000 1000101 101100 1000111

Color Harmonies of #CCD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD696

Black with #CCD696

Text Example


Text Example

White with #CCD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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