Html Css Color HEX #DAB138 Metallic Gold

📋 copy color: '#DAB138'

red 218 ◦ green 177 ◦ blue 56

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

Shades of Metallic Gold #DAB138

Tints of Metallic Gold #DAB138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.42%

R = 48.34%
G = 39.25%
B = 12.42%

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

#DAB138 (or 0xDAB138) is known color: Metallic Gold. HEX triplet: DA, B1 and 38. RGB value is (218,177,56). Sum of RGB (Red+Green+Blue) = 218+177+56=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB138 is #254EC7. Grayscale: #AFAFAF. Windows color (decimal): -2445000 or 3715546. OLE color: 3715546.

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

Color convert

RGB 218 177 56 -
CMYK 0 0.19 0.74 0.15
HSL 44.81º 0.69% 0.54% -
HSV(B) 44.81º 0.74% 0.85% -
XYZ 45.35 46.64 10.35 -
YUV 175.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 218 177 56 0 0.19 0.74 0.15 44.81 0.69 0.54
Hex DA B1 38 0 13 4A F 2D 45 36
Octal 332 261 70 0 23 112 17 55 105 66
Binary 11011010 10110001 111000 0 10011 1001010 1111 101101 1000101 110110

Color Harmonies of #DAB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB138

Black with #DAB138

Text Example


Text Example

White with #DAB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB138; }

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

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

background-color css

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

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

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

border-color css

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

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

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