Html Css Color HEX #DAAC32 Metallic Gold

📋 copy color: '#DAAC32'

red 218 ◦ green 172 ◦ blue 50

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

Shades of Metallic Gold #DAAC32

Tints of Metallic Gold #DAAC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 49.55%
G = 39.09%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAAC32 (or 0xDAAC32) is known color: Metallic Gold. HEX triplet: DA, AC and 32. RGB value is (218,172,50). Sum of RGB (Red+Green+Blue) = 218+172+50=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC32 is #2553CD. Grayscale: #ACACAC. Windows color (decimal): -2446286 or 3321050. OLE color: 3321050.

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

Color convert

RGB 218 172 50 -
CMYK 0 0.21 0.77 0.15
HSL 43.57º 0.69% 0.53% -
HSV(B) 43.57º 0.77% 0.85% -
XYZ 44.24 44.64 9.3 -
YUV 171.85 59.24 160.92 -
System Red Green Blue C M Y K H S L
Decimal 218 172 50 0 0.21 0.77 0.15 43.57 0.69 0.53
Hex DA AC 32 0 15 4D F 2C 45 35
Octal 332 254 62 0 25 115 17 54 105 65
Binary 11011010 10101100 110010 0 10101 1001101 1111 101100 1000101 110101

Color Harmonies of #DAAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC32

Black with #DAAC32

Text Example


Text Example

White with #DAAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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