Html Css Color HEX #DAA938 Metallic Gold

📋 copy color: '#DAA938'

red 218 ◦ green 169 ◦ blue 56

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

Shades of Metallic Gold #DAA938

Tints of Metallic Gold #DAA938

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

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

R = 49.21%
G = 38.15%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAA938 (or 0xDAA938) is known color: Metallic Gold. HEX triplet: DA, A9 and 38. RGB value is (218,169,56). Sum of RGB (Red+Green+Blue) = 218+169+56=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA938 is #2556C7. Grayscale: #ABABAB. Windows color (decimal): -2447048 or 3713498. OLE color: 3713498.

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

Color convert

RGB 218 169 56 -
CMYK 0 0.22 0.74 0.15
HSL 41.85º 0.69% 0.54% -
HSV(B) 41.85º 0.74% 0.85% -
XYZ 43.82 43.57 9.84 -
YUV 170.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 218 169 56 0 0.22 0.74 0.15 41.85 0.69 0.54
Hex DA A9 38 0 16 4A F 2A 45 36
Octal 332 251 70 0 26 112 17 52 105 66
Binary 11011010 10101001 111000 0 10110 1001010 1111 101010 1000101 110110

Color Harmonies of #DAA938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA938

Black with #DAA938

Text Example


Text Example

White with #DAA938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA938; }

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

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

background-color css

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

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

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

border-color css

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

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

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