Html Css Color HEX #DAB541 Metallic Gold

📋 copy color: '#DAB541'

red 218 ◦ green 181 ◦ blue 65

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

Shades of Metallic Gold #DAB541

Tints of Metallic Gold #DAB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 65 (25.78% from 255) = 14.01%

R = 46.98%
G = 39.01%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAB541 (or 0xDAB541) is known color: Metallic Gold. HEX triplet: DA, B5 and 41. RGB value is (218,181,65). Sum of RGB (Red+Green+Blue) = 218+181+65=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB541 is #254ABE. Grayscale: #B3B3B3. Windows color (decimal): -2443967 or 4306394. OLE color: 4306394.

HSL color Cylindrical-coordinate representation of color #DAB541: hue angle of 45.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB541 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 65 -
CMYK 0 0.17 0.70 0.15
HSL 45.49º 0.67% 0.55% -
HSV(B) 45.49º 0.7% 0.85% -
XYZ 46.39 48.33 11.89 -
YUV 178.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 218 181 65 0 0.17 0.70 0.15 45.49 0.67 0.55
Hex DA B5 41 0 11 46 F 2D 43 37
Octal 332 265 101 0 21 106 17 55 103 67
Binary 11011010 10110101 1000001 0 10001 1000110 1111 101101 1000011 110111

Color Harmonies of #DAB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB541

Black with #DAB541

Text Example


Text Example

White with #DAB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB541; }

 p { color: rgb(218,181,65); }

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

background-color css

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

 a { background-color: rgb(218,181,65); }

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

border-color css

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

 span { border-color: rgb(218,181,65); }

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