#DDBC54

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

Shades of Ronchi #DDBC54

Tints of Ronchi #DDBC54

Color information

#DDBC54 (or 0xDDBC54) is unknown color: approx Ronchi. HEX triplet: DD, BC and 54. RGB value is (221,188,84). Sum of RGB (Red+Green+Blue) = 221+188+84=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC54 is #2243AB. Grayscale: #BABABA. Windows color (decimal): -2245548 or 5553373. OLE color: 5553373.

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

Color convert

RGB22118884-
CMYK00.150.620.13
HSL45.55º66.83%59.8%-
HSV(B)45.55º61.99%86.67%-
XYZ49.451.9815.82-
YUV186.0170.43152.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=44.83%
G=38.13%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211888400.150.620.1345.5566.8359.8
HexDDBC540F3ED2e433c
Octal33527412401776155610374
Binary110111011011110010101000111111111011011011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBC54; }

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

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

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

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

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

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

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

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