Html Css Color HEX #CEC873 Deco

📋 copy color: '#CEC873'

red 206 ◦ green 200 ◦ blue 115

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

Shades of Deco #CEC873

Tints of Deco #CEC873

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 39.54%
G = 38.39%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEC873 (or 0xCEC873) is known color: Deco. HEX triplet: CE, C8 and 73. RGB value is (206,200,115). Sum of RGB (Red+Green+Blue) = 206+200+115=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC873 is #31378C. Grayscale: #C0C0C0. Windows color (decimal): -3225485 or 7588046. OLE color: 7588046.

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

Color convert

RGB 206 200 115 -
CMYK 0 0.03 0.44 0.19
HSL 56.04º 0.48% 0.63% -
HSV(B) 56.04º 0.44% 0.81% -
XYZ 49.2 55.67 24.37 -
YUV 192.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 206 200 115 0 0.03 0.44 0.19 56.04 0.48 0.63
Hex CE C8 73 0 3 2C 13 38 30 3F
Octal 316 310 163 0 3 54 23 70 60 77
Binary 11001110 11001000 1110011 0 11 101100 10011 111000 110000 111111

Color Harmonies of #CEC873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC873

Black with #CEC873

Text Example


Text Example

White with #CEC873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC873; }

 p { color: rgb(206,200,115); }

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

background-color css

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

 a { background-color: rgb(206,200,115); }

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

border-color css

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

 span { border-color: rgb(206,200,115); }

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