#DDBB49

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

Shades of Ronchi #DDBB49

Tints of Ronchi #DDBB49

Color information

#DDBB49 (or 0xDDBB49) is unknown color: approx Ronchi. HEX triplet: DD, BB and 49. RGB value is (221,187,73). Sum of RGB (Red+Green+Blue) = 221+187+73=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB49 is #2244B6. Grayscale: #B8B8B8. Windows color (decimal): -2245815 or 4832221. OLE color: 4832221.

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

Color convert

RGB22118773-
CMYK00.150.670.13
HSL46.22º68.52%57.65%-
HSV(B)46.22º66.97%86.67%-
XYZ48.7951.3913.65-
YUV184.1765.26154.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=45.95%
G=38.88%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211877300.150.670.1346.2268.5257.65
HexDDBB490F43D2e453a
Octal335273111017103155610572
Binary1101110110111011100100101111100001111011011101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB49; }

 p { color: rgb(221,187,73); }

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

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

 a { background-color: rgb(221,187,73); }

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

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

 span { border-color: rgb(221,187,73); }

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