Html Css Color HEX #CCD994 Deco

📋 copy color: '#CCD994'

red 204 ◦ green 217 ◦ blue 148

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

Shades of Deco #CCD994

Tints of Deco #CCD994

RGB

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

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

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

R = 35.85%
G = 38.14%
B = 26.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#CCD994 (or 0xCCD994) is known color: Deco. HEX triplet: CC, D9 and 94. RGB value is (204,217,148). Sum of RGB (Red+Green+Blue) = 204+217+148=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD994 is #33266B. Grayscale: #CDCDCD. Windows color (decimal): -3352172 or 9755084. OLE color: 9755084.

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

Color convert

RGB 204 217 148 -
CMYK 0.06 0 0.32 0.15
HSL 71.3º 0.48% 0.72% -
HSV(B) 71.3º 0.32% 0.85% -
XYZ 55.06 64.6 37.58 -
YUV 205.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 204 217 148 0.06 0 0.32 0.15 71.3 0.48 0.72
Hex CC D9 94 6 0 20 F 47 30 48
Octal 314 331 224 6 0 40 17 107 60 110
Binary 11001100 11011001 10010100 110 0 100000 1111 1000111 110000 1001000

Color Harmonies of #CCD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD994

Black with #CCD994

Text Example


Text Example

White with #CCD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD994; }

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

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

background-color css

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

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

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

border-color css

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

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

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