Html Css Color HEX #CCD079 Deco

📋 copy color: '#CCD079'

red 204 ◦ green 208 ◦ blue 121

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

Shades of Deco #CCD079

Tints of Deco #CCD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

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

R = 38.27%
G = 39.02%
B = 22.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#CCD079 (or 0xCCD079) is known color: Deco. HEX triplet: CC, D0 and 79. RGB value is (204,208,121). Sum of RGB (Red+Green+Blue) = 204+208+121=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD079 is #332F86. Grayscale: #C5C5C5. Windows color (decimal): -3354503 or 7983308. OLE color: 7983308.

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

Color convert

RGB 204 208 121 -
CMYK 0.02 0 0.42 0.18
HSL 62.76º 0.48% 0.65% -
HSV(B) 62.76º 0.42% 0.82% -
XYZ 50.91 59.33 26.86 -
YUV 196.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 204 208 121 0.02 0 0.42 0.18 62.76 0.48 0.65
Hex CC D0 79 2 0 2A 12 3F 30 41
Octal 314 320 171 2 0 52 22 77 60 101
Binary 11001100 11010000 1111001 10 0 101010 10010 111111 110000 1000001

Color Harmonies of #CCD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD079

Black with #CCD079

Text Example


Text Example

White with #CCD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD079; }

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

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

background-color css

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

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

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

border-color css

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

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

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