Html Css Color HEX #DABA49 Old Gold

📋 copy color: '#DABA49'

red 218 ◦ green 186 ◦ blue 73

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

Shades of Old Gold #DABA49

Tints of Old Gold #DABA49

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

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

 BLUE value IS 73 (28.91% from 255) = 15.3%

R = 45.7%
G = 38.99%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DABA49 (or 0xDABA49) is known color: Old Gold. HEX triplet: DA, BA and 49. RGB value is (218,186,73). Sum of RGB (Red+Green+Blue) = 218+186+73=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA49 is #2545B6. Grayscale: #B7B7B7. Windows color (decimal): -2442679 or 4831962. OLE color: 4831962.

HSL color Cylindrical-coordinate representation of color #DABA49: hue angle of 46.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DABA49 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 73 -
CMYK 0 0.15 0.67 0.15
HSL 46.76º 0.66% 0.57% -
HSV(B) 46.76º 0.67% 0.85% -
XYZ 47.67 50.5 13.54 -
YUV 182.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 218 186 73 0 0.15 0.67 0.15 46.76 0.66 0.57
Hex DA BA 49 0 F 43 F 2F 42 39
Octal 332 272 111 0 17 103 17 57 102 71
Binary 11011010 10111010 1001001 0 1111 1000011 1111 101111 1000010 111001

Color Harmonies of #DABA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA49

Black with #DABA49

Text Example


Text Example

White with #DABA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA49; }

 p { color: rgb(218,186,73); }

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

background-color css

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

 a { background-color: rgb(218,186,73); }

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

border-color css

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

 span { border-color: rgb(218,186,73); }

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