Html Css Color HEX #CCD697 Deco

📋 copy color: '#CCD697'

red 204 ◦ green 214 ◦ blue 151

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

Shades of Deco #CCD697

Tints of Deco #CCD697

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 value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#CCD697 (or 0xCCD697) is known color: 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

RGB 204 214 151 -
CMYK 0.05 0 0.29 0.16
HSL 69.52º 0.43% 0.72% -
HSV(B) 69.52º 0.29% 0.84% -
XYZ 54.53 63.16 38.6 -
YUV 203.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 204 214 151 0.05 0 0.29 0.16 69.52 0.43 0.72
Hex CC D6 97 5 0 1D 10 46 2B 48
Octal 314 326 227 5 0 35 20 106 53 110
Binary 11001100 11010110 10010111 101 0 11101 10000 1000110 101011 1001000

Color Harmonies of #CCD697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD697

Black with #CCD697

Text Example


Text Example

White with #CCD697

Text Example


Text Example

HTML Codes & Css Web 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>