#DEBA57

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

Shades of Ronchi #DEBA57

Tints of Ronchi #DEBA57

Color information

#DEBA57 (or 0xDEBA57) is unknown color: approx Ronchi. HEX triplet: DE, BA and 57. RGB value is (222,186,87). Sum of RGB (Red+Green+Blue) = 222+186+87=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA57 is #2145A8. Grayscale: #B9B9B9. Windows color (decimal): -2180521 or 5749470. OLE color: 5749470.

HSL color Cylindrical-coordinate representation of color #DEBA57: hue angle of 44º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEBA57 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22218687-
CMYK00.160.610.13
HSL44º67.16%60.59%-
HSV(B)44º60.81%87.06%-
XYZ49.451.3416.32-
YUV185.4872.43154.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 87 (34.38% from 255) = 17.58%
R=44.85%
G=37.58%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221868700.160.610.134467.1660.59
HexDEBA570103DD2c433d
Octal33627212702075155410375
Binary1101111010111010101011101000011110111011011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA57; }

 p { color: rgb(222,186,87); }

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

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

 a { background-color: rgb(222,186,87); }

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

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

 span { border-color: rgb(222,186,87); }

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