Html Css Color HEX #DBBA46 Old Gold

📋 copy color: '#DBBA46'

red 219 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #DBBA46

Tints of Old Gold #DBBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.74%

R = 46.11%
G = 39.16%
B = 14.74%

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

#DBBA46 (or 0xDBBA46) is known color: Old Gold. HEX triplet: DB, BA and 46. RGB value is (219,186,70). Sum of RGB (Red+Green+Blue) = 219+186+70=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA46 is #2445B9. Grayscale: #B7B7B7. Windows color (decimal): -2377146 or 4635355. OLE color: 4635355.

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

Color convert

RGB 219 186 70 -
CMYK 0 0.15 0.68 0.14
HSL 46.71º 0.67% 0.57% -
HSV(B) 46.71º 0.68% 0.86% -
XYZ 47.88 50.62 13.04 -
YUV 182.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 219 186 70 0 0.15 0.68 0.14 46.71 0.67 0.57
Hex DB BA 46 0 F 44 E 2F 43 39
Octal 333 272 106 0 17 104 16 57 103 71
Binary 11011011 10111010 1000110 0 1111 1000100 1110 101111 1000011 111001

Color Harmonies of #DBBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA46

Black with #DBBA46

Text Example


Text Example

White with #DBBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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