Html Css Color HEX #DBBA47 Old Gold

📋 copy color: '#DBBA47'

red 219 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #DBBA47

Tints of Old Gold #DBBA47

RGB

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

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

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

R = 46.01%
G = 39.08%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBBA47 (or 0xDBBA47) is known color: Old Gold. HEX triplet: DB, BA and 47. RGB value is (219,186,71). Sum of RGB (Red+Green+Blue) = 219+186+71=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA47 is #2445B8. Grayscale: #B7B7B7. Windows color (decimal): -2377145 or 4700891. OLE color: 4700891.

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

Color convert

RGB 219 186 71 -
CMYK 0 0.15 0.68 0.14
HSL 46.62º 0.67% 0.57% -
HSV(B) 46.62º 0.68% 0.86% -
XYZ 47.91 50.63 13.21 -
YUV 182.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 219 186 71 0 0.15 0.68 0.14 46.62 0.67 0.57
Hex DB BA 47 0 F 44 E 2F 43 39
Octal 333 272 107 0 17 104 16 57 103 71
Binary 11011011 10111010 1000111 0 1111 1000100 1110 101111 1000011 111001

Color Harmonies of #DBBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA47

Black with #DBBA47

Text Example


Text Example

White with #DBBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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