#DEB947

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

Shades of Ronchi #DEB947

Tints of Ronchi #DEB947

Color information

#DEB947 (or 0xDEB947) is unknown color: approx Ronchi. HEX triplet: DE, B9 and 47. RGB value is (222,185,71). Sum of RGB (Red+Green+Blue) = 222+185+71=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB947 is #2146B8. Grayscale: #B7B7B7. Windows color (decimal): -2180793 or 4700638. OLE color: 4700638.

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

Color convert

RGB22218571-
CMYK00.170.680.13
HSL45.3º69.59%57.45%-
HSV(B)45.3º68.02%87.06%-
XYZ48.6150.6813.18-
YUV183.0764.76155.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 71 (28.12% from 255) = 14.85%
R=46.44%
G=38.70%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221857100.170.680.1345.369.5957.45
HexDEB94701144D2d4639
Octal336271107021104155510671
Binary11011110101110011000111010001100010011011011011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB947; }

 p { color: rgb(222,185,71); }

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

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

 a { background-color: rgb(222,185,71); }

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

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

 span { border-color: rgb(222,185,71); }

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