Html Css Color HEX #DAB038 Metallic Gold

📋 copy color: '#DAB038'

red 218 ◦ green 176 ◦ blue 56

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

Shades of Metallic Gold #DAB038

Tints of Metallic Gold #DAB038

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.11%

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

R = 48.44%
G = 39.11%
B = 12.44%

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

#DAB038 (or 0xDAB038) is known color: Metallic Gold. HEX triplet: DA, B0 and 38. RGB value is (218,176,56). Sum of RGB (Red+Green+Blue) = 218+176+56=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB038 is #254FC7. Grayscale: #AFAFAF. Windows color (decimal): -2445256 or 3715290. OLE color: 3715290.

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

Color convert

RGB 218 176 56 -
CMYK 0 0.19 0.74 0.15
HSL 44.44º 0.69% 0.54% -
HSV(B) 44.44º 0.74% 0.85% -
XYZ 45.15 46.24 10.29 -
YUV 174.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 218 176 56 0 0.19 0.74 0.15 44.44 0.69 0.54
Hex DA B0 38 0 13 4A F 2C 45 36
Octal 332 260 70 0 23 112 17 54 105 66
Binary 11011010 10110000 111000 0 10011 1001010 1111 101100 1000101 110110

Color Harmonies of #DAB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB038

Black with #DAB038

Text Example


Text Example

White with #DAB038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB038; }

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

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

background-color css

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

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

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

border-color css

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

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

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