#DDB851

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

Shades of Ronchi #DDB851

Tints of Ronchi #DDB851

Color information

#DDB851 (or 0xDDB851) is unknown color: approx Ronchi. HEX triplet: DD, B8 and 51. RGB value is (221,184,81). Sum of RGB (Red+Green+Blue) = 221+184+81=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB851 is #2247AE. Grayscale: #B7B7B7. Windows color (decimal): -2246575 or 5355741. OLE color: 5355741.

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

Color convert

RGB22118481-
CMYK00.170.630.13
HSL44.14º67.31%59.22%-
HSV(B)44.14º63.35%86.67%-
XYZ48.4450.2514.93-
YUV183.3270.26154.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 81 (32.03% from 255) = 16.67%
R=45.47%
G=37.86%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211848100.170.630.1344.1467.3159.22
HexDDB8510113FD2c433b
Octal33527012102177155410373
Binary1101110110111000101000101000111111111011011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB851; }

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

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

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

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

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

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

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

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