Html Css Color HEX #CEC97B Deco

📋 copy color: '#CEC97B'

red 206 ◦ green 201 ◦ blue 123

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

Shades of Deco #CEC97B

Tints of Deco #CEC97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.21%

R = 38.87%
G = 37.92%
B = 23.21%

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

#CEC97B (or 0xCEC97B) is known color: Deco. HEX triplet: CE, C9 and 7B. RGB value is (206,201,123). Sum of RGB (Red+Green+Blue) = 206+201+123=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC97B is #313684. Grayscale: #C1C1C1. Windows color (decimal): -3225221 or 8112590. OLE color: 8112590.

HSL color Cylindrical-coordinate representation of color #CEC97B: hue angle of 56.39º 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 #CEC97B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 123 -
CMYK 0 0.02 0.40 0.19
HSL 56.39º 0.46% 0.65% -
HSV(B) 56.39º 0.4% 0.81% -
XYZ 49.92 56.33 26.98 -
YUV 193.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 206 201 123 0 0.02 0.40 0.19 56.39 0.46 0.65
Hex CE C9 7B 0 2 28 13 38 2E 41
Octal 316 311 173 0 2 50 23 70 56 101
Binary 11001110 11001001 1111011 0 10 101000 10011 111000 101110 1000001

Color Harmonies of #CEC97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC97B

Black with #CEC97B

Text Example


Text Example

White with #CEC97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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