Html Css Color HEX #CCD176 Deco

📋 copy color: '#CCD176'

red 204 ◦ green 209 ◦ blue 118

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

Shades of Deco #CCD176

Tints of Deco #CCD176

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.36%

 BLUE value IS 118 (46.48% from 255) = 22.22%

R = 38.42%
G = 39.36%
B = 22.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#CCD176 (or 0xCCD176) is known color: Deco. HEX triplet: CC, D1 and 76. RGB value is (204,209,118). Sum of RGB (Red+Green+Blue) = 204+209+118=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD176 is #332E89. Grayscale: #C5C5C5. Windows color (decimal): -3354250 or 7786956. OLE color: 7786956.

HSL color Cylindrical-coordinate representation of color #CCD176: hue angle of 63.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD176 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 118 -
CMYK 0.02 0 0.44 0.18
HSL 63.3º 0.5% 0.64% -
HSV(B) 63.3º 0.44% 0.82% -
XYZ 50.97 59.75 25.99 -
YUV 197.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 204 209 118 0.02 0 0.44 0.18 63.3 0.5 0.64
Hex CC D1 76 2 0 2C 12 3F 32 40
Octal 314 321 166 2 0 54 22 77 62 100
Binary 11001100 11010001 1110110 10 0 101100 10010 111111 110010 1000000

Color Harmonies of #CCD176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD176

Black with #CCD176

Text Example


Text Example

White with #CCD176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD176; }

 p { color: rgb(204,209,118); }

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

background-color css

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

 a { background-color: rgb(204,209,118); }

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

border-color css

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

 span { border-color: rgb(204,209,118); }

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