Html Css Color HEX #DBBA50 Ronchi

📋 copy color: '#DBBA50'

red 219 ◦ green 186 ◦ blue 80

#DBBA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ronchi #DBBA50

Tints of Ronchi #DBBA50

RGB

 RED value IS 219 (85.94% from 255) = 45.15%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 80 (31.64% from 255) = 16.49%

R = 45.15%
G = 38.35%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBBA50 (or 0xDBBA50) is known color: Ronchi. HEX triplet: DB, BA and 50. RGB value is (219,186,80). Sum of RGB (Red+Green+Blue) = 219+186+80=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA50 is #2445AF. Grayscale: #B8B8B8. Windows color (decimal): -2377136 or 5290715. OLE color: 5290715.

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

Color convert

RGB 219 186 80 -
CMYK 0 0.15 0.63 0.14
HSL 45.76º 0.66% 0.59% -
HSV(B) 45.76º 0.63% 0.86% -
XYZ 48.22 50.76 14.85 -
YUV 183.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 219 186 80 0 0.15 0.63 0.14 45.76 0.66 0.59
Hex DB BA 50 0 F 3F E 2E 42 3B
Octal 333 272 120 0 17 77 16 56 102 73
Binary 11011011 10111010 1010000 0 1111 111111 1110 101110 1000010 111011

Color Harmonies of #DBBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA50

Black with #DBBA50

Text Example


Text Example

White with #DBBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA50; }

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

 H1.HeaderClassName
 {
   color: #DBBA50;
 }
 .AnyTagClassName
 {
   color: #DBBA50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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