Html Css Color HEX #CCD978 Deco

📋 copy color: '#CCD978'

red 204 ◦ green 217 ◦ blue 120

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

Shades of Deco #CCD978

Tints of Deco #CCD978

RGB

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

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

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

R = 37.71%
G = 40.11%
B = 22.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#CCD978 (or 0xCCD978) is known color: Deco. HEX triplet: CC, D9 and 78. RGB value is (204,217,120). Sum of RGB (Red+Green+Blue) = 204+217+120=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD978 is #332687. Grayscale: #CACACA. Windows color (decimal): -3352200 or 7920076. OLE color: 7920076.

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

Color convert

RGB 204 217 120 -
CMYK 0.06 0 0.45 0.15
HSL 68.04º 0.56% 0.66% -
HSV(B) 68.04º 0.45% 0.85% -
XYZ 53.1 63.82 27.29 -
YUV 202.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 204 217 120 0.06 0 0.45 0.15 68.04 0.56 0.66
Hex CC D9 78 6 0 2D F 44 38 42
Octal 314 331 170 6 0 55 17 104 70 102
Binary 11001100 11011001 1111000 110 0 101101 1111 1000100 111000 1000010

Color Harmonies of #CCD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD978

Black with #CCD978

Text Example


Text Example

White with #CCD978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD978; }

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

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

background-color css

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

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

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

border-color css

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

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

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