Html Css Color HEX #DAAF32 Metallic Gold

📋 copy color: '#DAAF32'

red 218 ◦ green 175 ◦ blue 50

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

Shades of Metallic Gold #DAAF32

Tints of Metallic Gold #DAAF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.5%

 BLUE value IS 50 (19.92% from 255) = 11.29%

R = 49.21%
G = 39.5%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAAF32 (or 0xDAAF32) is known color: Metallic Gold. HEX triplet: DA, AF and 32. RGB value is (218,175,50). Sum of RGB (Red+Green+Blue) = 218+175+50=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF32 is #2550CD. Grayscale: #AEAEAE. Windows color (decimal): -2445518 or 3321818. OLE color: 3321818.

HSL color Cylindrical-coordinate representation of color #DAAF32: hue angle of 44.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAAF32 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 175 50 -
CMYK 0 0.20 0.77 0.15
HSL 44.64º 0.69% 0.53% -
HSV(B) 44.64º 0.77% 0.85% -
XYZ 44.82 45.8 9.49 -
YUV 173.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 218 175 50 0 0.20 0.77 0.15 44.64 0.69 0.53
Hex DA AF 32 0 14 4D F 2D 45 35
Octal 332 257 62 0 24 115 17 55 105 65
Binary 11011010 10101111 110010 0 10100 1001101 1111 101101 1000101 110101

Color Harmonies of #DAAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF32

Black with #DAAF32

Text Example


Text Example

White with #DAAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF32; }

 p { color: rgb(218,175,50); }

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

background-color css

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

 a { background-color: rgb(218,175,50); }

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

border-color css

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

 span { border-color: rgb(218,175,50); }

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