Html Css Color HEX #D0AC34 Metallic Gold

📋 copy color: '#D0AC34'

red 208 ◦ green 172 ◦ blue 52

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

Shades of Metallic Gold #D0AC34

Tints of Metallic Gold #D0AC34

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

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

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 48.15%
G = 39.81%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0AC34 (or 0xD0AC34) is known color: Metallic Gold. HEX triplet: D0, AC and 34. RGB value is (208,172,52). Sum of RGB (Red+Green+Blue) = 208+172+52=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AC34 is #2F53CB. Grayscale: #A9A9A9. Windows color (decimal): -3101644 or 3452112. OLE color: 3452112.

HSL color Cylindrical-coordinate representation of color #D0AC34: hue angle of 46.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0AC34 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 172 52 -
CMYK 0 0.17 0.75 0.18
HSL 46.15º 0.62% 0.51% -
HSV(B) 46.15º 0.75% 0.82% -
XYZ 41.38 43.16 9.4 -
YUV 169.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 208 172 52 0 0.17 0.75 0.18 46.15 0.62 0.51
Hex D0 AC 34 0 11 4B 12 2E 3E 33
Octal 320 254 64 0 21 113 22 56 76 63
Binary 11010000 10101100 110100 0 10001 1001011 10010 101110 111110 110011

Color Harmonies of #D0AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC34

Black with #D0AC34

Text Example


Text Example

White with #D0AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC34; }

 p { color: rgb(208,172,52); }

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

background-color css

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

 a { background-color: rgb(208,172,52); }

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

border-color css

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

 span { border-color: rgb(208,172,52); }

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