Html Css Color HEX #DAB443 Metallic Gold

📋 copy color: '#DAB443'

red 218 ◦ green 180 ◦ blue 67

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

Shades of Metallic Gold #DAB443

Tints of Metallic Gold #DAB443

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 46.88%
G = 38.71%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAB443 (or 0xDAB443) is known color: Metallic Gold. HEX triplet: DA, B4 and 43. RGB value is (218,180,67). Sum of RGB (Red+Green+Blue) = 218+180+67=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB443 is #254BBC. Grayscale: #B2B2B2. Windows color (decimal): -2444221 or 4437210. OLE color: 4437210.

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

Color convert

RGB 218 180 67 -
CMYK 0 0.17 0.69 0.15
HSL 44.9º 0.67% 0.56% -
HSV(B) 44.9º 0.69% 0.85% -
XYZ 46.25 47.95 12.13 -
YUV 178.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 218 180 67 0 0.17 0.69 0.15 44.9 0.67 0.56
Hex DA B4 43 0 11 45 F 2D 43 38
Octal 332 264 103 0 21 105 17 55 103 70
Binary 11011010 10110100 1000011 0 10001 1000101 1111 101101 1000011 111000

Color Harmonies of #DAB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB443

Black with #DAB443

Text Example


Text Example

White with #DAB443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB443; }

 p { color: rgb(218,180,67); }

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

background-color css

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

 a { background-color: rgb(218,180,67); }

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

border-color css

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

 span { border-color: rgb(218,180,67); }

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