Html Css Color HEX #CECC71 Deco

📋 copy color: '#CECC71'

red 206 ◦ green 204 ◦ blue 113

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

Shades of Deco #CECC71

Tints of Deco #CECC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.01%

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

R = 39.39%
G = 39.01%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CECC71 (or 0xCECC71) is known color: Deco. HEX triplet: CE, CC and 71. RGB value is (206,204,113). Sum of RGB (Red+Green+Blue) = 206+204+113=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC71 is #31338E. Grayscale: #C2C2C2. Windows color (decimal): -3224463 or 7457998. OLE color: 7457998.

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

Color convert

RGB 206 204 113 -
CMYK 0 0.01 0.45 0.19
HSL 58.71º 0.49% 0.63% -
HSV(B) 58.71º 0.45% 0.81% -
XYZ 50.03 57.5 24.08 -
YUV 194.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 206 204 113 0 0.01 0.45 0.19 58.71 0.49 0.63
Hex CE CC 71 0 1 2D 13 3B 31 3F
Octal 316 314 161 0 1 55 23 73 61 77
Binary 11001110 11001100 1110001 0 1 101101 10011 111011 110001 111111

Color Harmonies of #CECC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC71

Black with #CECC71

Text Example


Text Example

White with #CECC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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