Html Css Color HEX #DBB946 Old Gold

📋 copy color: '#DBB946'

red 219 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #DBB946

Tints of Old Gold #DBB946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 46.2%
G = 39.03%
B = 14.77%

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

#DBB946 (or 0xDBB946) is known color: Old Gold. HEX triplet: DB, B9 and 46. RGB value is (219,185,70). Sum of RGB (Red+Green+Blue) = 219+185+70=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB946 is #2446B9. Grayscale: #B6B6B6. Windows color (decimal): -2377402 or 4635099. OLE color: 4635099.

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

Color convert

RGB 219 185 70 -
CMYK 0 0.16 0.68 0.14
HSL 46.31º 0.67% 0.57% -
HSV(B) 46.31º 0.68% 0.86% -
XYZ 47.67 50.2 12.97 -
YUV 182.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 219 185 70 0 0.16 0.68 0.14 46.31 0.67 0.57
Hex DB B9 46 0 10 44 E 2E 43 39
Octal 333 271 106 0 20 104 16 56 103 71
Binary 11011011 10111001 1000110 0 10000 1000100 1110 101110 1000011 111001

Color Harmonies of #DBB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB946

Black with #DBB946

Text Example


Text Example

White with #DBB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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