Html Css Color HEX #CCD798 Deco

📋 copy color: '#CCD798'

red 204 ◦ green 215 ◦ blue 152

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

Shades of Deco #CCD798

Tints of Deco #CCD798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.62%

R = 35.73%
G = 37.65%
B = 26.62%

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

#CCD798 (or 0xCCD798) is known color: Deco. HEX triplet: CC, D7 and 98. RGB value is (204,215,152). Sum of RGB (Red+Green+Blue) = 204+215+152=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD798 is #332867. Grayscale: #CCCCCC. Windows color (decimal): -3352680 or 10016716. OLE color: 10016716.

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

Color convert

RGB 204 215 152 -
CMYK 0.05 0 0.29 0.16
HSL 70.48º 0.44% 0.72% -
HSV(B) 70.48º 0.29% 0.84% -
XYZ 54.87 63.71 39.11 -
YUV 204.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 204 215 152 0.05 0 0.29 0.16 70.48 0.44 0.72
Hex CC D7 98 5 0 1D 10 46 2C 48
Octal 314 327 230 5 0 35 20 106 54 110
Binary 11001100 11010111 10011000 101 0 11101 10000 1000110 101100 1001000

Color Harmonies of #CCD798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD798

Black with #CCD798

Text Example


Text Example

White with #CCD798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD798; }

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

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

background-color css

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

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

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

border-color css

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

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

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