Html Css Color HEX #CCD794 Deco

📋 copy color: '#CCD794'

red 204 ◦ green 215 ◦ blue 148

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

Shades of Deco #CCD794

Tints of Deco #CCD794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 35.98%
G = 37.92%
B = 26.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#CCD794 (or 0xCCD794) is known color: Deco. HEX triplet: CC, D7 and 94. RGB value is (204,215,148). Sum of RGB (Red+Green+Blue) = 204+215+148=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD794 is #33286B. Grayscale: #CCCCCC. Windows color (decimal): -3352684 or 9754572. OLE color: 9754572.

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

Color convert

RGB 204 215 148 -
CMYK 0.05 0 0.31 0.16
HSL 69.85º 0.46% 0.71% -
HSV(B) 69.85º 0.31% 0.84% -
XYZ 54.55 63.58 37.41 -
YUV 204.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 204 215 148 0.05 0 0.31 0.16 69.85 0.46 0.71
Hex CC D7 94 5 0 1F 10 46 2E 47
Octal 314 327 224 5 0 37 20 106 56 107
Binary 11001100 11010111 10010100 101 0 11111 10000 1000110 101110 1000111

Color Harmonies of #CCD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD794

Black with #CCD794

Text Example


Text Example

White with #CCD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD794; }

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

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

background-color css

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

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

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

border-color css

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

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

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