#DDBE54

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

Shades of Ronchi #DDBE54

Tints of Ronchi #DDBE54

Color information

#DDBE54 (or 0xDDBE54) is unknown color: approx Ronchi. HEX triplet: DD, BE and 54. RGB value is (221,190,84). Sum of RGB (Red+Green+Blue) = 221+190+84=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE54 is #2241AB. Grayscale: #BBBBBB. Windows color (decimal): -2245036 or 5553885. OLE color: 5553885.

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

Color convert

RGB22119084-
CMYK00.140.620.13
HSL46.42º66.83%59.8%-
HSV(B)46.42º61.99%86.67%-
XYZ49.8352.8415.96-
YUV187.1869.77152.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 84 (33.20% from 255) = 16.97%
R=44.65%
G=38.38%
B=16.97%

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
Decimal2211908400.140.620.1346.4266.8359.8
HexDDBE540E3ED2e433c
Octal33527612401676155610374
Binary110111011011111010101000111011111011011011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE54; }

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

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

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

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

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

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

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

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