Html Css Color HEX #DAB948 Old Gold

📋 copy color: '#DAB948'

red 218 ◦ green 185 ◦ blue 72

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

Shades of Old Gold #DAB948

Tints of Old Gold #DAB948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 45.89%
G = 38.95%
B = 15.16%

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

#DAB948 (or 0xDAB948) is known color: Old Gold. HEX triplet: DA, B9 and 48. RGB value is (218,185,72). Sum of RGB (Red+Green+Blue) = 218+185+72=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB948 is #2546B7. Grayscale: #B6B6B6. Windows color (decimal): -2442936 or 4766170. OLE color: 4766170.

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

Color convert

RGB 218 185 72 -
CMYK 0 0.15 0.67 0.15
HSL 46.44º 0.66% 0.57% -
HSV(B) 46.44º 0.67% 0.85% -
XYZ 47.43 50.07 13.3 -
YUV 181.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 218 185 72 0 0.15 0.67 0.15 46.44 0.66 0.57
Hex DA B9 48 0 F 43 F 2E 42 39
Octal 332 271 110 0 17 103 17 56 102 71
Binary 11011010 10111001 1001000 0 1111 1000011 1111 101110 1000010 111001

Color Harmonies of #DAB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB948

Black with #DAB948

Text Example


Text Example

White with #DAB948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB948; }

 p { color: rgb(218,185,72); }

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

background-color css

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

 a { background-color: rgb(218,185,72); }

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

border-color css

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

 span { border-color: rgb(218,185,72); }

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