Html Css Color HEX #DAB846 Old Gold

📋 copy color: '#DAB846'

red 218 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #DAB846

Tints of Old Gold #DAB846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.83%

R = 46.19%
G = 38.98%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAB846 (or 0xDAB846) is known color: Old Gold. HEX triplet: DA, B8 and 46. RGB value is (218,184,70). Sum of RGB (Red+Green+Blue) = 218+184+70=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB846 is #2547B9. Grayscale: #B5B5B5. Windows color (decimal): -2443194 or 4634842. OLE color: 4634842.

HSL color Cylindrical-coordinate representation of color #DAB846: hue angle of 46.22º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAB846 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 70 -
CMYK 0 0.16 0.68 0.15
HSL 46.22º 0.67% 0.56% -
HSV(B) 46.22º 0.68% 0.85% -
XYZ 47.16 49.63 12.89 -
YUV 181.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 218 184 70 0 0.16 0.68 0.15 46.22 0.67 0.56
Hex DA B8 46 0 10 44 F 2E 43 38
Octal 332 270 106 0 20 104 17 56 103 70
Binary 11011010 10111000 1000110 0 10000 1000100 1111 101110 1000011 111000

Color Harmonies of #DAB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB846

Black with #DAB846

Text Example


Text Example

White with #DAB846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB846; }

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

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

background-color css

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

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

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

border-color css

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

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

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