Html Css Color HEX #CECB72 Deco

📋 copy color: '#CECB72'

red 206 ◦ green 203 ◦ blue 114

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

Shades of Deco #CECB72

Tints of Deco #CECB72

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.81%

 BLUE value IS 114 (44.92% from 255) = 21.8%

R = 39.39%
G = 38.81%
B = 21.8%

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

#CECB72 (or 0xCECB72) is known color: Deco. HEX triplet: CE, CB and 72. RGB value is (206,203,114). Sum of RGB (Red+Green+Blue) = 206+203+114=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB72 is #31348D. Grayscale: #C2C2C2. Windows color (decimal): -3224718 or 7523278. OLE color: 7523278.

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

Color convert

RGB 206 203 114 -
CMYK 0 0.01 0.45 0.19
HSL 58.04º 0.48% 0.63% -
HSV(B) 58.04º 0.45% 0.81% -
XYZ 49.85 57.05 24.3 -
YUV 193.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 206 203 114 0 0.01 0.45 0.19 58.04 0.48 0.63
Hex CE CB 72 0 1 2D 13 3A 30 3F
Octal 316 313 162 0 1 55 23 72 60 77
Binary 11001110 11001011 1110010 0 1 101101 10011 111010 110000 111111

Color Harmonies of #CECB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB72

Black with #CECB72

Text Example


Text Example

White with #CECB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB72; }

 p { color: rgb(206,203,114); }

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

background-color css

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

 a { background-color: rgb(206,203,114); }

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

border-color css

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

 span { border-color: rgb(206,203,114); }

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