Html Css Color HEX #DBB749 Ronchi

📋 copy color: '#DBB749'

red 219 ◦ green 183 ◦ blue 73

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

Shades of Ronchi #DBB749

Tints of Ronchi #DBB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 73 (28.91% from 255) = 15.37%

R = 46.11%
G = 38.53%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBB749 (or 0xDBB749) is known color: Ronchi. HEX triplet: DB, B7 and 49. RGB value is (219,183,73). Sum of RGB (Red+Green+Blue) = 219+183+73=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB749 is #2448B6. Grayscale: #B5B5B5. Windows color (decimal): -2377911 or 4831195. OLE color: 4831195.

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

Color convert

RGB 219 183 73 -
CMYK 0 0.16 0.67 0.14
HSL 45.21º 0.67% 0.57% -
HSV(B) 45.21º 0.67% 0.86% -
XYZ 47.35 49.41 13.34 -
YUV 181.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 219 183 73 0 0.16 0.67 0.14 45.21 0.67 0.57
Hex DB B7 49 0 10 43 E 2D 43 39
Octal 333 267 111 0 20 103 16 55 103 71
Binary 11011011 10110111 1001001 0 10000 1000011 1110 101101 1000011 111001

Color Harmonies of #DBB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB749

Black with #DBB749

Text Example


Text Example

White with #DBB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB749; }

 p { color: rgb(219,183,73); }

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

background-color css

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

 a { background-color: rgb(219,183,73); }

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

border-color css

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

 span { border-color: rgb(219,183,73); }

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