Html Css Color HEX #DABA47 Old Gold

📋 copy color: '#DABA47'

red 218 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #DABA47

Tints of Old Gold #DABA47

RGB

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

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

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

R = 45.89%
G = 39.16%
B = 14.95%

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

#DABA47 (or 0xDABA47) is known color: Old Gold. HEX triplet: DA, BA and 47. RGB value is (218,186,71). Sum of RGB (Red+Green+Blue) = 218+186+71=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA47 is #2545B8. Grayscale: #B6B6B6. Windows color (decimal): -2442681 or 4700890. OLE color: 4700890.

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

Color convert

RGB 218 186 71 -
CMYK 0 0.15 0.67 0.15
HSL 46.94º 0.67% 0.57% -
HSV(B) 46.94º 0.67% 0.85% -
XYZ 47.61 50.48 13.2 -
YUV 182.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 218 186 71 0 0.15 0.67 0.15 46.94 0.67 0.57
Hex DA BA 47 0 F 43 F 2F 43 39
Octal 332 272 107 0 17 103 17 57 103 71
Binary 11011010 10111010 1000111 0 1111 1000011 1111 101111 1000011 111001

Color Harmonies of #DABA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA47

Black with #DABA47

Text Example


Text Example

White with #DABA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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