Html Css Color HEX #DAB747 Old Gold

📋 copy color: '#DAB747'

red 218 ◦ green 183 ◦ blue 71

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

Shades of Old Gold #DAB747

Tints of Old Gold #DAB747

RGB

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

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

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

R = 46.19%
G = 38.77%
B = 15.04%

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

#DAB747 (or 0xDAB747) is known color: Old Gold. HEX triplet: DA, B7 and 47. RGB value is (218,183,71). Sum of RGB (Red+Green+Blue) = 218+183+71=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB747 is #2548B8. Grayscale: #B5B5B5. Windows color (decimal): -2443449 or 4700122. OLE color: 4700122.

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

Color convert

RGB 218 183 71 -
CMYK 0 0.16 0.67 0.15
HSL 45.71º 0.67% 0.57% -
HSV(B) 45.71º 0.67% 0.85% -
XYZ 46.98 49.23 12.99 -
YUV 180.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 218 183 71 0 0.16 0.67 0.15 45.71 0.67 0.57
Hex DA B7 47 0 10 43 F 2E 43 39
Octal 332 267 107 0 20 103 17 56 103 71
Binary 11011010 10110111 1000111 0 10000 1000011 1111 101110 1000011 111001

Color Harmonies of #DAB747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB747

Black with #DAB747

Text Example


Text Example

White with #DAB747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB747; }

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

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

background-color css

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

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

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

border-color css

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

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

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