Html Css Color HEX #DBB847 Old Gold

📋 copy color: '#DBB847'

red 219 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #DBB847

Tints of Old Gold #DBB847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.98%

R = 46.2%
G = 38.82%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBB847 (or 0xDBB847) is known color: Old Gold. HEX triplet: DB, B8 and 47. RGB value is (219,184,71). Sum of RGB (Red+Green+Blue) = 219+184+71=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB847 is #2447B8. Grayscale: #B6B6B6. Windows color (decimal): -2377657 or 4700379. OLE color: 4700379.

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

Color convert

RGB 219 184 71 -
CMYK 0 0.16 0.68 0.14
HSL 45.81º 0.67% 0.57% -
HSV(B) 45.81º 0.68% 0.86% -
XYZ 47.49 49.8 13.07 -
YUV 181.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 219 184 71 0 0.16 0.68 0.14 45.81 0.67 0.57
Hex DB B8 47 0 10 44 E 2E 43 39
Octal 333 270 107 0 20 104 16 56 103 71
Binary 11011011 10111000 1000111 0 10000 1000100 1110 101110 1000011 111001

Color Harmonies of #DBB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB847

Black with #DBB847

Text Example


Text Example

White with #DBB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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