Html Css Color HEX #DAB631 Metallic Gold

📋 copy color: '#DAB631'

red 218 ◦ green 182 ◦ blue 49

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

Shades of Metallic Gold #DAB631

Tints of Metallic Gold #DAB631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

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

R = 48.55%
G = 40.53%
B = 10.91%

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

#DAB631 (or 0xDAB631) is known color: Metallic Gold. HEX triplet: DA, B6 and 31. RGB value is (218,182,49). Sum of RGB (Red+Green+Blue) = 218+182+49=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB631 is #2549CE. Grayscale: #B2B2B2. Windows color (decimal): -2443727 or 3258074. OLE color: 3258074.

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

Color convert

RGB 218 182 49 -
CMYK 0 0.17 0.78 0.15
HSL 47.22º 0.7% 0.52% -
HSV(B) 47.22º 0.78% 0.85% -
XYZ 46.2 48.58 9.85 -
YUV 177.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 218 182 49 0 0.17 0.78 0.15 47.22 0.7 0.52
Hex DA B6 31 0 11 4E F 2F 46 34
Octal 332 266 61 0 21 116 17 57 106 64
Binary 11011010 10110110 110001 0 10001 1001110 1111 101111 1000110 110100

Color Harmonies of #DAB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB631

Black with #DAB631

Text Example


Text Example

White with #DAB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB631; }

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

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

background-color css

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

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

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

border-color css

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

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

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