#DEBC54

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

Shades of Ronchi #DEBC54

Tints of Ronchi #DEBC54

Color information

#DEBC54 (or 0xDEBC54) is unknown color: approx Ronchi. HEX triplet: DE, BC and 54. RGB value is (222,188,84). Sum of RGB (Red+Green+Blue) = 222+188+84=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC54 is #2143AB. Grayscale: #BABABA. Windows color (decimal): -2180012 or 5553374. OLE color: 5553374.

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

Color convert

RGB22218884-
CMYK00.150.620.13
HSL45.22º67.65%60%-
HSV(B)45.22º62.16%87.06%-
XYZ49.7152.1415.83-
YUV186.3170.26153.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 84 (33.20% from 255) = 17.00%
R=44.94%
G=38.06%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221888400.150.620.1345.2267.6560
HexDEBC540F3ED2d443c
Octal33627412401776155510474
Binary110111101011110010101000111111111011011011011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC54; }

 p { color: rgb(222,188,84); }

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

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

 a { background-color: rgb(222,188,84); }

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

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

 span { border-color: rgb(222,188,84); }

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