#DDBD54

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

Shades of Ronchi #DDBD54

Tints of Ronchi #DDBD54

Color information

#DDBD54 (or 0xDDBD54) is unknown color: approx Ronchi. HEX triplet: DD, BD and 54. RGB value is (221,189,84). Sum of RGB (Red+Green+Blue) = 221+189+84=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD54 is #2242AB. Grayscale: #BBBBBB. Windows color (decimal): -2245292 or 5553629. OLE color: 5553629.

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

Color convert

RGB22118984-
CMYK00.140.620.13
HSL45.99º66.83%59.8%-
HSV(B)45.99º61.99%86.67%-
XYZ49.6252.4115.89-
YUV186.670.1152.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 84 (33.20% from 255) = 17.00%
R=44.74%
G=38.26%
B=17.00%

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
Decimal2211898400.140.620.1345.9966.8359.8
HexDDBD540E3ED2e433c
Octal33527512401676155610374
Binary110111011011110110101000111011111011011011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD54; }

 p { color: rgb(221,189,84); }

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

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

 a { background-color: rgb(221,189,84); }

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

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

 span { border-color: rgb(221,189,84); }

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