Html Css Color HEX #CCD778 Deco

📋 copy color: '#CCD778'

red 204 ◦ green 215 ◦ blue 120

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

Shades of Deco #CCD778

Tints of Deco #CCD778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.26%

R = 37.85%
G = 39.89%
B = 22.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#CCD778 (or 0xCCD778) is known color: Deco. HEX triplet: CC, D7 and 78. RGB value is (204,215,120). Sum of RGB (Red+Green+Blue) = 204+215+120=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD778 is #332887. Grayscale: #C9C9C9. Windows color (decimal): -3352712 or 7919564. OLE color: 7919564.

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

Color convert

RGB 204 215 120 -
CMYK 0.05 0 0.44 0.16
HSL 66.95º 0.54% 0.66% -
HSV(B) 66.95º 0.44% 0.84% -
XYZ 52.59 62.79 27.12 -
YUV 200.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 204 215 120 0.05 0 0.44 0.16 66.95 0.54 0.66
Hex CC D7 78 5 0 2C 10 43 36 42
Octal 314 327 170 5 0 54 20 103 66 102
Binary 11001100 11010111 1111000 101 0 101100 10000 1000011 110110 1000010

Color Harmonies of #CCD778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD778

Black with #CCD778

Text Example


Text Example

White with #CCD778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD778; }

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

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

background-color css

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

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

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

border-color css

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

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

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