Html Css Color HEX #DAB438 Metallic Gold

📋 copy color: '#DAB438'

red 218 ◦ green 180 ◦ blue 56

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

Shades of Metallic Gold #DAB438

Tints of Metallic Gold #DAB438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

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

R = 48.02%
G = 39.65%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAB438 (or 0xDAB438) is known color: Metallic Gold. HEX triplet: DA, B4 and 38. RGB value is (218,180,56). Sum of RGB (Red+Green+Blue) = 218+180+56=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB438 is #254BC7. Grayscale: #B1B1B1. Windows color (decimal): -2444232 or 3716314. OLE color: 3716314.

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

Color convert

RGB 218 180 56 -
CMYK 0 0.17 0.74 0.15
HSL 45.93º 0.69% 0.54% -
HSV(B) 45.93º 0.74% 0.85% -
XYZ 45.95 47.83 10.55 -
YUV 177.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 218 180 56 0 0.17 0.74 0.15 45.93 0.69 0.54
Hex DA B4 38 0 11 4A F 2E 45 36
Octal 332 264 70 0 21 112 17 56 105 66
Binary 11011010 10110100 111000 0 10001 1001010 1111 101110 1000101 110110

Color Harmonies of #DAB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB438

Black with #DAB438

Text Example


Text Example

White with #DAB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB438; }

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

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

background-color css

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

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

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

border-color css

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

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

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