#DDBE53

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

Shades of Ronchi #DDBE53

Tints of Ronchi #DDBE53

Color information

#DDBE53 (or 0xDDBE53) is unknown color: approx Ronchi. HEX triplet: DD, BE and 53. RGB value is (221,190,83). Sum of RGB (Red+Green+Blue) = 221+190+83=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE53 is #2241AC. Grayscale: #BBBBBB. Windows color (decimal): -2245037 or 5488349. OLE color: 5488349.

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

Color convert

RGB22119083-
CMYK00.140.620.13
HSL46.52º66.99%59.61%-
HSV(B)46.52º62.44%86.67%-
XYZ49.7952.8215.76-
YUV187.0769.27152.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 83 (32.81% from 255) = 16.80%
R=44.74%
G=38.46%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211908300.140.620.1346.5266.9959.61
HexDDBE530E3ED2f433c
Octal33527612301676155710374
Binary110111011011111010100110111011111011011011111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE53; }

 p { color: rgb(221,190,83); }

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

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

 a { background-color: rgb(221,190,83); }

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

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

 span { border-color: rgb(221,190,83); }

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