Html Css Color HEX #CEC979 Deco

📋 copy color: '#CEC979'

red 206 ◦ green 201 ◦ blue 121

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

Shades of Deco #CEC979

Tints of Deco #CEC979

RGB

 RED value IS 206 (80.86% from 255) = 39.02%

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

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

R = 39.02%
G = 38.07%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEC979 (or 0xCEC979) is known color: Deco. HEX triplet: CE, C9 and 79. RGB value is (206,201,121). Sum of RGB (Red+Green+Blue) = 206+201+121=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC979 is #313686. Grayscale: #C1C1C1. Windows color (decimal): -3225223 or 7981518. OLE color: 7981518.

HSL color Cylindrical-coordinate representation of color #CEC979: hue angle of 56.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEC979 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 121 -
CMYK 0 0.02 0.41 0.19
HSL 56.47º 0.46% 0.64% -
HSV(B) 56.47º 0.41% 0.81% -
XYZ 49.79 56.28 26.33 -
YUV 193.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 206 201 121 0 0.02 0.41 0.19 56.47 0.46 0.64
Hex CE C9 79 0 2 29 13 38 2E 40
Octal 316 311 171 0 2 51 23 70 56 100
Binary 11001110 11001001 1111001 0 10 101001 10011 111000 101110 1000000

Color Harmonies of #CEC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC979

Black with #CEC979

Text Example


Text Example

White with #CEC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC979; }

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

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

background-color css

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

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

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

border-color css

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

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

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