Html Css Color HEX #DAB137 Metallic Gold

📋 copy color: '#DAB137'

red 218 ◦ green 177 ◦ blue 55

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

Shades of Metallic Gold #DAB137

Tints of Metallic Gold #DAB137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.22%

R = 48.44%
G = 39.33%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAB137 (or 0xDAB137) is known color: Metallic Gold. HEX triplet: DA, B1 and 37. RGB value is (218,177,55). Sum of RGB (Red+Green+Blue) = 218+177+55=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB137 is #254EC8. Grayscale: #AFAFAF. Windows color (decimal): -2445001 or 3650010. OLE color: 3650010.

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

Color convert

RGB 218 177 55 -
CMYK 0 0.19 0.75 0.15
HSL 44.91º 0.69% 0.54% -
HSV(B) 44.91º 0.75% 0.85% -
XYZ 45.33 46.63 10.23 -
YUV 175.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 218 177 55 0 0.19 0.75 0.15 44.91 0.69 0.54
Hex DA B1 37 0 13 4B F 2D 45 36
Octal 332 261 67 0 23 113 17 55 105 66
Binary 11011010 10110001 110111 0 10011 1001011 1111 101101 1000101 110110

Color Harmonies of #DAB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB137

Black with #DAB137

Text Example


Text Example

White with #DAB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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