Html Css Color HEX #DAB938 Metallic Gold

📋 copy color: '#DAB938'

red 218 ◦ green 185 ◦ blue 56

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

Shades of Metallic Gold #DAB938

Tints of Metallic Gold #DAB938

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

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

R = 47.49%
G = 40.31%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAB938 (or 0xDAB938) is known color: Metallic Gold. HEX triplet: DA, B9 and 38. RGB value is (218,185,56). Sum of RGB (Red+Green+Blue) = 218+185+56=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB938 is #2546C7. Grayscale: #B4B4B4. Windows color (decimal): -2442952 or 3717594. OLE color: 3717594.

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

Color convert

RGB 218 185 56 -
CMYK 0 0.15 0.74 0.15
HSL 47.78º 0.69% 0.54% -
HSV(B) 47.78º 0.74% 0.85% -
XYZ 46.98 49.89 10.89 -
YUV 180.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 218 185 56 0 0.15 0.74 0.15 47.78 0.69 0.54
Hex DA B9 38 0 F 4A F 30 45 36
Octal 332 271 70 0 17 112 17 60 105 66
Binary 11011010 10111001 111000 0 1111 1001010 1111 110000 1000101 110110

Color Harmonies of #DAB938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB938

Black with #DAB938

Text Example


Text Example

White with #DAB938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB938; }

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

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

background-color css

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

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

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

border-color css

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

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

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