Html Css Color HEX #CCC979 Deco

📋 copy color: '#CCC979'

red 204 ◦ green 201 ◦ blue 121

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

Shades of Deco #CCC979

Tints of Deco #CCC979

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.21%

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

R = 38.78%
G = 38.21%
B = 23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCC979 (or 0xCCC979) is known color: Deco. HEX triplet: CC, C9 and 79. RGB value is (204,201,121). Sum of RGB (Red+Green+Blue) = 204+201+121=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC979 is #333686. Grayscale: #C1C1C1. Windows color (decimal): -3356295 or 7981516. OLE color: 7981516.

HSL color Cylindrical-coordinate representation of color #CCC979: hue angle of 57.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC979 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 121 -
CMYK 0 0.01 0.41 0.2
HSL 57.83º 0.45% 0.64% -
HSV(B) 57.83º 0.41% 0.8% -
XYZ 49.24 55.99 26.3 -
YUV 192.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 204 201 121 0 0.01 0.41 0.2 57.83 0.45 0.64
Hex CC C9 79 0 1 29 14 3A 2D 40
Octal 314 311 171 0 1 51 24 72 55 100
Binary 11001100 11001001 1111001 0 1 101001 10100 111010 101101 1000000

Color Harmonies of #CCC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC979

Black with #CCC979

Text Example


Text Example

White with #CCC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC979; }

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

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

background-color css

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

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

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

border-color css

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

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

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