#DEB94D

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

Shades of Ronchi #DEB94D

Tints of Ronchi #DEB94D

Color information

#DEB94D (or 0xDEB94D) is unknown color: approx Ronchi. HEX triplet: DE, B9 and 4D. RGB value is (222,185,77). Sum of RGB (Red+Green+Blue) = 222+185+77=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB94D is #2146B2. Grayscale: #B8B8B8. Windows color (decimal): -2180787 or 5093854. OLE color: 5093854.

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

Color convert

RGB22218577-
CMYK00.170.650.13
HSL44.69º68.72%58.63%-
HSV(B)44.69º65.32%87.06%-
XYZ48.8150.7614.25-
YUV183.7567.76155.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 77 (30.47% from 255) = 15.91%
R=45.87%
G=38.22%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221857700.170.650.1344.6968.7258.63
HexDEB94D01141D2d453b
Octal336271115021101155510573
Binary11011110101110011001101010001100000111011011011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB94D; }

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

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

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

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

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

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

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

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