Html Css Color HEX #D6AD34 Metallic Gold

📋 copy color: '#D6AD34'

red 214 ◦ green 173 ◦ blue 52

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

Shades of Metallic Gold #D6AD34

Tints of Metallic Gold #D6AD34

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

 GREEN value IS 173 (67.97% from 255) = 39.41%

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

R = 48.75%
G = 39.41%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6AD34 (or 0xD6AD34) is known color: Metallic Gold. HEX triplet: D6, AD and 34. RGB value is (214,173,52). Sum of RGB (Red+Green+Blue) = 214+173+52=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD34 is #2952CB. Grayscale: #ABABAB. Windows color (decimal): -2708172 or 3452374. OLE color: 3452374.

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

Color convert

RGB 214 173 52 -
CMYK 0 0.19 0.76 0.16
HSL 44.81º 0.66% 0.52% -
HSV(B) 44.81º 0.76% 0.84% -
XYZ 43.29 44.43 9.54 -
YUV 171.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 214 173 52 0 0.19 0.76 0.16 44.81 0.66 0.52
Hex D6 AD 34 0 13 4C 10 2D 42 34
Octal 326 255 64 0 23 114 20 55 102 64
Binary 11010110 10101101 110100 0 10011 1001100 10000 101101 1000010 110100

Color Harmonies of #D6AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD34

Black with #D6AD34

Text Example


Text Example

White with #D6AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD34; }

 p { color: rgb(214,173,52); }

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

background-color css

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

 a { background-color: rgb(214,173,52); }

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

border-color css

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

 span { border-color: rgb(214,173,52); }

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