Html Css Color HEX #DBB849 Ronchi

📋 copy color: '#DBB849'

red 219 ◦ green 184 ◦ blue 73

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

Shades of Ronchi #DBB849

Tints of Ronchi #DBB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

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

R = 46.01%
G = 38.66%
B = 15.34%

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

#DBB849 (or 0xDBB849) is known color: Ronchi. HEX triplet: DB, B8 and 49. RGB value is (219,184,73). Sum of RGB (Red+Green+Blue) = 219+184+73=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB849 is #2447B6. Grayscale: #B6B6B6. Windows color (decimal): -2377655 or 4831451. OLE color: 4831451.

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

Color convert

RGB 219 184 73 -
CMYK 0 0.16 0.67 0.14
HSL 45.62º 0.67% 0.57% -
HSV(B) 45.62º 0.67% 0.86% -
XYZ 47.56 49.82 13.41 -
YUV 181.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 219 184 73 0 0.16 0.67 0.14 45.62 0.67 0.57
Hex DB B8 49 0 10 43 E 2E 43 39
Octal 333 270 111 0 20 103 16 56 103 71
Binary 11011011 10111000 1001001 0 10000 1000011 1110 101110 1000011 111001

Color Harmonies of #DBB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB849

Black with #DBB849

Text Example


Text Example

White with #DBB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB849; }

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

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

background-color css

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

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

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

border-color css

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

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

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