Html Css Color HEX #DAB139 Metallic Gold

📋 copy color: '#DAB139'

red 218 ◦ green 177 ◦ blue 57

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

Shades of Metallic Gold #DAB139

Tints of Metallic Gold #DAB139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.16%

 BLUE value IS 57 (22.66% from 255) = 12.61%

R = 48.23%
G = 39.16%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAB139 (or 0xDAB139) is known color: Metallic Gold. HEX triplet: DA, B1 and 39. RGB value is (218,177,57). Sum of RGB (Red+Green+Blue) = 218+177+57=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB139 is #254EC6. Grayscale: #B0B0B0. Windows color (decimal): -2444999 or 3781082. OLE color: 3781082.

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

Color convert

RGB 218 177 57 -
CMYK 0 0.19 0.74 0.15
HSL 44.72º 0.69% 0.54% -
HSV(B) 44.72º 0.74% 0.85% -
XYZ 45.37 46.65 10.48 -
YUV 175.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 218 177 57 0 0.19 0.74 0.15 44.72 0.69 0.54
Hex DA B1 39 0 13 4A F 2D 45 36
Octal 332 261 71 0 23 112 17 55 105 66
Binary 11011010 10110001 111001 0 10011 1001010 1111 101101 1000101 110110

Color Harmonies of #DAB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB139

Black with #DAB139

Text Example


Text Example

White with #DAB139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB139; }

 p { color: rgb(218,177,57); }

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

background-color css

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

 a { background-color: rgb(218,177,57); }

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

border-color css

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

 span { border-color: rgb(218,177,57); }

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