Html Css Color HEX #CEC971 Deco

📋 copy color: '#CEC971'

red 206 ◦ green 201 ◦ blue 113

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

Shades of Deco #CEC971

Tints of Deco #CEC971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.73%

R = 39.62%
G = 38.65%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEC971 (or 0xCEC971) is known color: Deco. HEX triplet: CE, C9 and 71. RGB value is (206,201,113). Sum of RGB (Red+Green+Blue) = 206+201+113=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC971 is #31368E. Grayscale: #C0C0C0. Windows color (decimal): -3225231 or 7457230. OLE color: 7457230.

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

Color convert

RGB 206 201 113 -
CMYK 0 0.02 0.45 0.19
HSL 56.77º 0.49% 0.63% -
HSV(B) 56.77º 0.45% 0.81% -
XYZ 49.32 56.09 23.85 -
YUV 192.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 206 201 113 0 0.02 0.45 0.19 56.77 0.49 0.63
Hex CE C9 71 0 2 2D 13 39 31 3F
Octal 316 311 161 0 2 55 23 71 61 77
Binary 11001110 11001001 1110001 0 10 101101 10011 111001 110001 111111

Color Harmonies of #CEC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC971

Black with #CEC971

Text Example


Text Example

White with #CEC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC971; }

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

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

background-color css

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

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

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

border-color css

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

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

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