Html Css Color HEX #DAB847 Old Gold

📋 copy color: '#DAB847'

red 218 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #DAB847

Tints of Old Gold #DAB847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

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

R = 46.09%
G = 38.9%
B = 15.01%

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

#DAB847 (or 0xDAB847) is known color: Old Gold. HEX triplet: DA, B8 and 47. RGB value is (218,184,71). Sum of RGB (Red+Green+Blue) = 218+184+71=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB847 is #2547B8. Grayscale: #B5B5B5. Windows color (decimal): -2443193 or 4700378. OLE color: 4700378.

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

Color convert

RGB 218 184 71 -
CMYK 0 0.16 0.67 0.15
HSL 46.12º 0.67% 0.57% -
HSV(B) 46.12º 0.67% 0.85% -
XYZ 47.19 49.64 13.06 -
YUV 181.28 65.76 154.19 -
System Red Green Blue C M Y K H S L
Decimal 218 184 71 0 0.16 0.67 0.15 46.12 0.67 0.57
Hex DA B8 47 0 10 43 F 2E 43 39
Octal 332 270 107 0 20 103 17 56 103 71
Binary 11011010 10111000 1000111 0 10000 1000011 1111 101110 1000011 111001

Color Harmonies of #DAB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB847

Black with #DAB847

Text Example


Text Example

White with #DAB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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