Html Css Color HEX #CCD779 Deco

📋 copy color: '#CCD779'

red 204 ◦ green 215 ◦ blue 121

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

Shades of Deco #CCD779

Tints of Deco #CCD779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 37.78%
G = 39.81%
B = 22.41%

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

#CCD779 (or 0xCCD779) is known color: Deco. HEX triplet: CC, D7 and 79. RGB value is (204,215,121). Sum of RGB (Red+Green+Blue) = 204+215+121=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD779 is #332886. Grayscale: #C9C9C9. Windows color (decimal): -3352711 or 7985100. OLE color: 7985100.

HSL color Cylindrical-coordinate representation of color #CCD779: hue angle of 67.02º 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 #CCD779 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 121 -
CMYK 0.05 0 0.44 0.16
HSL 67.02º 0.54% 0.66% -
HSV(B) 67.02º 0.44% 0.84% -
XYZ 52.65 62.82 27.44 -
YUV 201 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 204 215 121 0.05 0 0.44 0.16 67.02 0.54 0.66
Hex CC D7 79 5 0 2C 10 43 36 42
Octal 314 327 171 5 0 54 20 103 66 102
Binary 11001100 11010111 1111001 101 0 101100 10000 1000011 110110 1000010

Color Harmonies of #CCD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD779

Black with #CCD779

Text Example


Text Example

White with #CCD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD779; }

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

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

background-color css

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

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

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

border-color css

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

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

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