Html Css Color HEX #CEC980 Deco

📋 copy color: '#CEC980'

red 206 ◦ green 201 ◦ blue 128

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

Shades of Deco #CEC980

Tints of Deco #CEC980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.93%

R = 38.5%
G = 37.57%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEC980 (or 0xCEC980) is known color: Deco. HEX triplet: CE, C9 and 80. RGB value is (206,201,128). Sum of RGB (Red+Green+Blue) = 206+201+128=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC980 is #31367F. Grayscale: #C2C2C2. Windows color (decimal): -3225216 or 8440270. OLE color: 8440270.

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

Color convert

RGB 206 201 128 -
CMYK 0 0.02 0.38 0.19
HSL 56.15º 0.44% 0.65% -
HSV(B) 56.15º 0.38% 0.81% -
XYZ 50.24 56.45 28.67 -
YUV 194.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 206 201 128 0 0.02 0.38 0.19 56.15 0.44 0.65
Hex CE C9 80 0 2 26 13 38 2C 41
Octal 316 311 200 0 2 46 23 70 54 101
Binary 11001110 11001001 10000000 0 10 100110 10011 111000 101100 1000001

Color Harmonies of #CEC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC980

Black with #CEC980

Text Example


Text Example

White with #CEC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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