#DBBD50

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

Shades of Ronchi #DBBD50

Tints of Ronchi #DBBD50

Color information

#DBBD50 (or 0xDBBD50) is unknown color: approx Ronchi. HEX triplet: DB, BD and 50. RGB value is (219,189,80). Sum of RGB (Red+Green+Blue) = 219+189+80=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD50 is #2442AF. Grayscale: #BABABA. Windows color (decimal): -2376368 or 5291483. OLE color: 5291483.

HSL color Cylindrical-coordinate representation of color #DBBD50: hue angle of 47.05º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBBD50 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB21918980-
CMYK00.140.630.14
HSL47.05º65.88%58.63%-
HSV(B)47.05º63.47%85.88%-
XYZ48.8652.0315.06-
YUV185.5468.44151.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 80 (31.64% from 255) = 16.39%
R=44.88%
G=38.73%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191898000.140.630.1447.0565.8858.63
HexDBBD500E3FE2f423b
Octal33327512001677165710273
Binary110110111011110110100000111011111111101011111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBD50; }

 p { color: rgb(219,189,80); }

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

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

 a { background-color: rgb(219,189,80); }

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

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

 span { border-color: rgb(219,189,80); }

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