Html Css Color HEX #DAB431 Metallic Gold

📋 copy color: '#DAB431'

red 218 ◦ green 180 ◦ blue 49

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

Shades of Metallic Gold #DAB431

Tints of Metallic Gold #DAB431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.96%

R = 48.77%
G = 40.27%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB431 (or 0xDAB431) is known color: Metallic Gold. HEX triplet: DA, B4 and 31. RGB value is (218,180,49). Sum of RGB (Red+Green+Blue) = 218+180+49=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB431 is #254BCE. Grayscale: #B0B0B0. Windows color (decimal): -2444239 or 3257562. OLE color: 3257562.

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

Color convert

RGB 218 180 49 -
CMYK 0 0.17 0.78 0.15
HSL 46.51º 0.7% 0.52% -
HSV(B) 46.51º 0.78% 0.85% -
XYZ 45.79 47.77 9.71 -
YUV 176.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 218 180 49 0 0.17 0.78 0.15 46.51 0.7 0.52
Hex DA B4 31 0 11 4E F 2F 46 34
Octal 332 264 61 0 21 116 17 57 106 64
Binary 11011010 10110100 110001 0 10001 1001110 1111 101111 1000110 110100

Color Harmonies of #DAB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB431

Black with #DAB431

Text Example


Text Example

White with #DAB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB431; }

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

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

background-color css

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

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

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

border-color css

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

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

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