Html Css Color HEX #CCD776 Deco

📋 copy color: '#CCD776'

red 204 ◦ green 215 ◦ blue 118

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

Shades of Deco #CCD776

Tints of Deco #CCD776

RGB

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

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

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

R = 37.99%
G = 40.04%
B = 21.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#CCD776 (or 0xCCD776) is known color: Deco. HEX triplet: CC, D7 and 76. RGB value is (204,215,118). Sum of RGB (Red+Green+Blue) = 204+215+118=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD776 is #332889. Grayscale: #C9C9C9. Windows color (decimal): -3352714 or 7788492. OLE color: 7788492.

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

Color convert

RGB 204 215 118 -
CMYK 0.05 0 0.45 0.16
HSL 66.8º 0.55% 0.65% -
HSV(B) 66.8º 0.45% 0.84% -
XYZ 52.47 62.75 26.49 -
YUV 200.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 204 215 118 0.05 0 0.45 0.16 66.8 0.55 0.65
Hex CC D7 76 5 0 2D 10 43 37 41
Octal 314 327 166 5 0 55 20 103 67 101
Binary 11001100 11010111 1110110 101 0 101101 10000 1000011 110111 1000001

Color Harmonies of #CCD776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD776

Black with #CCD776

Text Example


Text Example

White with #CCD776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD776; }

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

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

background-color css

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

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

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

border-color css

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

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

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