#DEC053

Color #DEC053 Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #DEC053

Tints of Ronchi #DEC053

Color information

#DEC053 (or 0xDEC053) is unknown color: approx Ronchi. HEX triplet: DE, C0 and 53. RGB value is (222,192,83). Sum of RGB (Red+Green+Blue) = 222+192+83=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC053 is #213FAC. Grayscale: #BDBDBD. Windows color (decimal): -2178989 or 5488862. OLE color: 5488862.

HSL color Cylindrical-coordinate representation of color #DEC053: hue angle of 47.05º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEC053 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22219283-
CMYK00.140.630.13
HSL47.05º67.8%59.8%-
HSV(B)47.05º62.61%87.06%-
XYZ50.5453.8515.91-
YUV188.5468.44151.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 83 (32.81% from 255) = 16.70%
R=44.67%
G=38.63%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221928300.140.630.1347.0567.859.8
HexDEC0530E3FD2f443c
Octal33630012301677155710474
Binary110111101100000010100110111011111111011011111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC053; }

 p { color: rgb(222,192,83); }

 H1.HeaderClassName
 {
   color: #DEC053;
 }
 .AnyTagClassName
 {
   color: #DEC053;
 }
</style>
background-color css

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

 a { background-color: rgb(222,192,83); }

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

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

 span { border-color: rgb(222,192,83); }

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