Html Css Color HEX #DAAC33 Metallic Gold

📋 copy color: '#DAAC33'

red 218 ◦ green 172 ◦ blue 51

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

Shades of Metallic Gold #DAAC33

Tints of Metallic Gold #DAAC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.56%

R = 49.43%
G = 39%
B = 11.56%

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

#DAAC33 (or 0xDAAC33) is known color: Metallic Gold. HEX triplet: DA, AC and 33. RGB value is (218,172,51). Sum of RGB (Red+Green+Blue) = 218+172+51=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC33 is #2553CC. Grayscale: #ACACAC. Windows color (decimal): -2446285 or 3386586. OLE color: 3386586.

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

Color convert

RGB 218 172 51 -
CMYK 0 0.21 0.77 0.15
HSL 43.47º 0.69% 0.53% -
HSV(B) 43.47º 0.77% 0.85% -
XYZ 44.26 44.65 9.42 -
YUV 171.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 218 172 51 0 0.21 0.77 0.15 43.47 0.69 0.53
Hex DA AC 33 0 15 4D F 2B 45 35
Octal 332 254 63 0 25 115 17 53 105 65
Binary 11011010 10101100 110011 0 10101 1001101 1111 101011 1000101 110101

Color Harmonies of #DAAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC33

Black with #DAAC33

Text Example


Text Example

White with #DAAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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