#ddb849

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

Shades of Ronchi #DDB849

Tints of Ronchi #DDB849

Color information

#DDB849 (or 0xDDB849) is unknown color: approx Ronchi. HEX triplet: DD, B8 and 49. RGB value is (221,184,73). Sum of RGB (Red+Green+Blue) = 221+184+73=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB849 is #2247B6. Grayscale: #B6B6B6. Windows color (decimal): -2246583 or 4831453. OLE color: 4831453.

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

Color convert

RGB22118473-
CMYK00.170.670.13
HSL45º68.52%57.65%-
HSV(B)45º66.97%86.67%-
XYZ48.1650.1313.44-
YUV182.4166.26155.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 73 (28.91% from 255) = 15.27%
R=46.23%
G=38.49%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211847300.170.670.134568.5257.65
HexDDB84901143D2d453a
Octal335270111021103155510572
Binary11011101101110001001001010001100001111011011011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb849; }

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

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

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

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

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

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

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

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