Html Css Color HEX #DAB547 Old Gold

📋 copy color: '#DAB547'

red 218 ◦ green 181 ◦ blue 71

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

Shades of Old Gold #DAB547

Tints of Old Gold #DAB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.51%

 BLUE value IS 71 (28.13% from 255) = 15.11%

R = 46.38%
G = 38.51%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAB547 (or 0xDAB547) is known color: Old Gold. HEX triplet: DA, B5 and 47. RGB value is (218,181,71). Sum of RGB (Red+Green+Blue) = 218+181+71=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB547 is #254AB8. Grayscale: #B4B4B4. Windows color (decimal): -2443961 or 4699610. OLE color: 4699610.

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

Color convert

RGB 218 181 71 -
CMYK 0 0.17 0.67 0.15
HSL 44.9º 0.67% 0.57% -
HSV(B) 44.9º 0.67% 0.85% -
XYZ 46.57 48.41 12.85 -
YUV 179.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 218 181 71 0 0.17 0.67 0.15 44.9 0.67 0.57
Hex DA B5 47 0 11 43 F 2D 43 39
Octal 332 265 107 0 21 103 17 55 103 71
Binary 11011010 10110101 1000111 0 10001 1000011 1111 101101 1000011 111001

Color Harmonies of #DAB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB547

Black with #DAB547

Text Example


Text Example

White with #DAB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB547; }

 p { color: rgb(218,181,71); }

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

background-color css

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

 a { background-color: rgb(218,181,71); }

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

border-color css

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

 span { border-color: rgb(218,181,71); }

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