Html Css Color HEX #CCD997 Deco

📋 copy color: '#CCD997'

red 204 ◦ green 217 ◦ blue 151

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

Shades of Deco #CCD997

Tints of Deco #CCD997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.94%

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

R = 35.66%
G = 37.94%
B = 26.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#CCD997 (or 0xCCD997) is known color: Deco. HEX triplet: CC, D9 and 97. RGB value is (204,217,151). Sum of RGB (Red+Green+Blue) = 204+217+151=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 151 (59.38% from 255 or 26.40% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD997 is #332668. Grayscale: #CDCDCD. Windows color (decimal): -3352169 or 9951692. OLE color: 9951692.

HSL color Cylindrical-coordinate representation of color #CCD997: hue angle of 71.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCD997 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 151 -
CMYK 0.06 0 0.30 0.15
HSL 71.82º 0.46% 0.72% -
HSV(B) 71.82º 0.3% 0.85% -
XYZ 55.3 64.7 38.85 -
YUV 205.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 204 217 151 0.06 0 0.30 0.15 71.82 0.46 0.72
Hex CC D9 97 6 0 1E F 48 2E 48
Octal 314 331 227 6 0 36 17 110 56 110
Binary 11001100 11011001 10010111 110 0 11110 1111 1001000 101110 1001000

Color Harmonies of #CCD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD997

Black with #CCD997

Text Example


Text Example

White with #CCD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD997; }

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

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

background-color css

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

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

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

border-color css

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

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

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