#DEBE50

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

Shades of Ronchi #DEBE50

Tints of Ronchi #DEBE50

Color information

#DEBE50 (or 0xDEBE50) is unknown color: approx Ronchi. HEX triplet: DE, BE and 50. RGB value is (222,190,80). Sum of RGB (Red+Green+Blue) = 222+190+80=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE50 is #2141AF. Grayscale: #BBBBBB. Windows color (decimal): -2179504 or 5291742. OLE color: 5291742.

HSL color Cylindrical-coordinate representation of color #DEBE50: hue angle of 46.48º 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 #DEBE50 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22219080-
CMYK00.140.640.13
HSL46.48º68.27%59.22%-
HSV(B)46.48º63.96%87.06%-
XYZ49.9952.9415.17-
YUV187.0367.6152.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.12%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 80 (31.64% from 255) = 16.26%
R=45.12%
G=38.62%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221908000.140.640.1346.4868.2759.22
HexDEBE500E40D2e443b
Octal336276120016100155610473
Binary1101111010111110101000001110100000011011011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE50; }

 p { color: rgb(222,190,80); }

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

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

 a { background-color: rgb(222,190,80); }

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

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

 span { border-color: rgb(222,190,80); }

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