Html Css Color HEX #D4AC33 Metallic Gold

📋 copy color: '#D4AC33'

red 212 ◦ green 172 ◦ blue 51

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

Shades of Metallic Gold #D4AC33

Tints of Metallic Gold #D4AC33

RGB

 RED value IS 212 (83.2% from 255) = 48.74%

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

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

R = 48.74%
G = 39.54%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D4AC33 (or 0xD4AC33) is known color: Metallic Gold. HEX triplet: D4, AC and 33. RGB value is (212,172,51). Sum of RGB (Red+Green+Blue) = 212+172+51=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC33 is #2B53CC. Grayscale: #AAAAAA. Windows color (decimal): -2839501 or 3386580. OLE color: 3386580.

HSL color Cylindrical-coordinate representation of color #D4AC33: hue angle of 45.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4AC33 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 51 -
CMYK 0 0.19 0.76 0.17
HSL 45.09º 0.65% 0.52% -
HSV(B) 45.09º 0.76% 0.83% -
XYZ 42.5 43.74 9.33 -
YUV 170.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 212 172 51 0 0.19 0.76 0.17 45.09 0.65 0.52
Hex D4 AC 33 0 13 4C 11 2D 41 34
Octal 324 254 63 0 23 114 21 55 101 64
Binary 11010100 10101100 110011 0 10011 1001100 10001 101101 1000001 110100

Color Harmonies of #D4AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC33

Black with #D4AC33

Text Example


Text Example

White with #D4AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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