Html Css Color HEX #DAB542 Metallic Gold

📋 copy color: '#DAB542'

red 218 ◦ green 181 ◦ blue 66

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

Shades of Metallic Gold #DAB542

Tints of Metallic Gold #DAB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.19%

R = 46.88%
G = 38.92%
B = 14.19%

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

#DAB542 (or 0xDAB542) is known color: Metallic Gold. HEX triplet: DA, B5 and 42. RGB value is (218,181,66). Sum of RGB (Red+Green+Blue) = 218+181+66=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB542 is #254ABD. Grayscale: #B3B3B3. Windows color (decimal): -2443966 or 4371930. OLE color: 4371930.

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

Color convert

RGB 218 181 66 -
CMYK 0 0.17 0.70 0.15
HSL 45.39º 0.67% 0.56% -
HSV(B) 45.39º 0.7% 0.85% -
XYZ 46.42 48.35 12.04 -
YUV 178.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 218 181 66 0 0.17 0.70 0.15 45.39 0.67 0.56
Hex DA B5 42 0 11 46 F 2D 43 38
Octal 332 265 102 0 21 106 17 55 103 70
Binary 11011010 10110101 1000010 0 10001 1000110 1111 101101 1000011 111000

Color Harmonies of #DAB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB542

Black with #DAB542

Text Example


Text Example

White with #DAB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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