Html Css Color HEX #CEC97C Deco

📋 copy color: '#CEC97C'

red 206 ◦ green 201 ◦ blue 124

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

Shades of Deco #CEC97C

Tints of Deco #CEC97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 38.79%
G = 37.85%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEC97C (or 0xCEC97C) is known color: Deco. HEX triplet: CE, C9 and 7C. RGB value is (206,201,124). Sum of RGB (Red+Green+Blue) = 206+201+124=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC97C is #313683. Grayscale: #C2C2C2. Windows color (decimal): -3225220 or 8178126. OLE color: 8178126.

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

Color convert

RGB 206 201 124 -
CMYK 0 0.02 0.40 0.19
HSL 56.34º 0.46% 0.65% -
HSV(B) 56.34º 0.4% 0.81% -
XYZ 49.98 56.35 27.31 -
YUV 193.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 206 201 124 0 0.02 0.40 0.19 56.34 0.46 0.65
Hex CE C9 7C 0 2 28 13 38 2E 41
Octal 316 311 174 0 2 50 23 70 56 101
Binary 11001110 11001001 1111100 0 10 101000 10011 111000 101110 1000001

Color Harmonies of #CEC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC97C

Black with #CEC97C

Text Example


Text Example

White with #CEC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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