Html Css Color HEX #CEC978 Deco

📋 copy color: '#CEC978'

red 206 ◦ green 201 ◦ blue 120

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

Shades of Deco #CEC978

Tints of Deco #CEC978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.77%

R = 39.09%
G = 38.14%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEC978 (or 0xCEC978) is known color: Deco. HEX triplet: CE, C9 and 78. RGB value is (206,201,120). Sum of RGB (Red+Green+Blue) = 206+201+120=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC978 is #313687. Grayscale: #C1C1C1. Windows color (decimal): -3225224 or 7915982. OLE color: 7915982.

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

Color convert

RGB 206 201 120 -
CMYK 0 0.02 0.42 0.19
HSL 56.51º 0.47% 0.64% -
HSV(B) 56.51º 0.42% 0.81% -
XYZ 49.73 56.25 26.01 -
YUV 193.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 206 201 120 0 0.02 0.42 0.19 56.51 0.47 0.64
Hex CE C9 78 0 2 2A 13 39 2F 40
Octal 316 311 170 0 2 52 23 71 57 100
Binary 11001110 11001001 1111000 0 10 101010 10011 111001 101111 1000000

Color Harmonies of #CEC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC978

Black with #CEC978

Text Example


Text Example

White with #CEC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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