Html Css Color HEX #DBB746 Old Gold

📋 copy color: '#DBB746'

red 219 ◦ green 183 ◦ blue 70

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

Shades of Old Gold #DBB746

Tints of Old Gold #DBB746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

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

R = 46.4%
G = 38.77%
B = 14.83%

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

#DBB746 (or 0xDBB746) is known color: Old Gold. HEX triplet: DB, B7 and 46. RGB value is (219,183,70). Sum of RGB (Red+Green+Blue) = 219+183+70=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB746 is #2448B9. Grayscale: #B5B5B5. Windows color (decimal): -2377914 or 4634587. OLE color: 4634587.

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

Color convert

RGB 219 183 70 -
CMYK 0 0.16 0.68 0.14
HSL 45.5º 0.67% 0.57% -
HSV(B) 45.5º 0.68% 0.86% -
XYZ 47.25 49.37 12.83 -
YUV 180.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 219 183 70 0 0.16 0.68 0.14 45.5 0.67 0.57
Hex DB B7 46 0 10 44 E 2E 43 39
Octal 333 267 106 0 20 104 16 56 103 71
Binary 11011011 10110111 1000110 0 10000 1000100 1110 101110 1000011 111001

Color Harmonies of #DBB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB746

Black with #DBB746

Text Example


Text Example

White with #DBB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB746; }

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

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

background-color css

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

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

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

border-color css

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

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

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