Html Css Color HEX #DAB749 Old Gold

📋 copy color: '#DAB749'

red 218 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #DAB749

Tints of Old Gold #DAB749

RGB

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

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

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

R = 45.99%
G = 38.61%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB749 (or 0xDAB749) is known color: Old Gold. HEX triplet: DA, B7 and 49. RGB value is (218,183,73). Sum of RGB (Red+Green+Blue) = 218+183+73=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB749 is #2548B6. Grayscale: #B5B5B5. Windows color (decimal): -2443447 or 4831194. OLE color: 4831194.

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

Color convert

RGB 218 183 73 -
CMYK 0 0.16 0.67 0.15
HSL 45.52º 0.66% 0.57% -
HSV(B) 45.52º 0.67% 0.85% -
XYZ 47.05 49.25 13.33 -
YUV 180.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 218 183 73 0 0.16 0.67 0.15 45.52 0.66 0.57
Hex DA B7 49 0 10 43 F 2E 42 39
Octal 332 267 111 0 20 103 17 56 102 71
Binary 11011010 10110111 1001001 0 10000 1000011 1111 101110 1000010 111001

Color Harmonies of #DAB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB749

Black with #DAB749

Text Example


Text Example

White with #DAB749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB749; }

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

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

background-color css

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

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

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

border-color css

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

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

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