#DDB549

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

Shades of Ronchi #DDB549

Tints of Ronchi #DDB549

Color information

#DDB549 (or 0xDDB549) is unknown color: approx Ronchi. HEX triplet: DD, B5 and 49. RGB value is (221,181,73). Sum of RGB (Red+Green+Blue) = 221+181+73=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB549 is #224AB6. Grayscale: #B5B5B5. Windows color (decimal): -2247351 or 4830685. OLE color: 4830685.

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

Color convert

RGB22118173-
CMYK00.180.670.13
HSL43.78º68.52%57.65%-
HSV(B)43.78º66.97%86.67%-
XYZ47.5548.913.24-
YUV180.6567.25156.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 73 (28.91% from 255) = 15.37%
R=46.53%
G=38.11%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211817300.180.670.1343.7868.5257.65
HexDDB54901243D2c453a
Octal335265111022103155410572
Binary11011101101101011001001010010100001111011011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB549; }

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

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

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

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

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

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

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

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