Html Css Color HEX #DAB442 Metallic Gold

📋 copy color: '#DAB442'

red 218 ◦ green 180 ◦ blue 66

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

Shades of Metallic Gold #DAB442

Tints of Metallic Gold #DAB442

RGB

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

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

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

R = 46.98%
G = 38.79%
B = 14.22%

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

#DAB442 (or 0xDAB442) is known color: Metallic Gold. HEX triplet: DA, B4 and 42. RGB value is (218,180,66). Sum of RGB (Red+Green+Blue) = 218+180+66=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB442 is #254BBD. Grayscale: #B2B2B2. Windows color (decimal): -2444222 or 4371674. OLE color: 4371674.

HSL color Cylindrical-coordinate representation of color #DAB442: hue angle of 45º 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 #DAB442 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 66 -
CMYK 0 0.17 0.70 0.15
HSL 45º 0.67% 0.56% -
HSV(B) 45º 0.7% 0.85% -
XYZ 46.22 47.94 11.97 -
YUV 178.37 64.59 156.27 -
System Red Green Blue C M Y K H S L
Decimal 218 180 66 0 0.17 0.70 0.15 45 0.67 0.56
Hex DA B4 42 0 11 46 F 2D 43 38
Octal 332 264 102 0 21 106 17 55 103 70
Binary 11011010 10110100 1000010 0 10001 1000110 1111 101101 1000011 111000

Color Harmonies of #DAB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB442

Black with #DAB442

Text Example


Text Example

White with #DAB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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