#DEB951

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

Shades of Ronchi #DEB951

Tints of Ronchi #DEB951

Color information

#DEB951 (or 0xDEB951) is unknown color: approx Ronchi. HEX triplet: DE, B9 and 51. RGB value is (222,185,81). Sum of RGB (Red+Green+Blue) = 222+185+81=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB951 is #2146AE. Grayscale: #B8B8B8. Windows color (decimal): -2180783 or 5355998. OLE color: 5355998.

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

Color convert

RGB22218581-
CMYK00.170.640.13
HSL44.26º68.12%59.41%-
HSV(B)44.26º63.51%87.06%-
XYZ48.9650.8215.01-
YUV184.2169.76154.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.49%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 81 (32.03% from 255) = 16.60%
R=45.49%
G=37.91%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221858100.170.640.1344.2668.1259.41
HexDEB95101140D2c443b
Octal336271121021100155410473
Binary11011110101110011010001010001100000011011011001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB951; }

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

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

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

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

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

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

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

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