Html Css Color HEX #D6A534 Metallic Gold

📋 copy color: '#D6A534'

red 214 ◦ green 165 ◦ blue 52

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

Shades of Metallic Gold #D6A534

Tints of Metallic Gold #D6A534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

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

R = 49.65%
G = 38.28%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6A534 (or 0xD6A534) is known color: Metallic Gold. HEX triplet: D6, A5 and 34. RGB value is (214,165,52). Sum of RGB (Red+Green+Blue) = 214+165+52=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A534 is #295ACB. Grayscale: #A7A7A7. Windows color (decimal): -2710220 or 3450326. OLE color: 3450326.

HSL color Cylindrical-coordinate representation of color #D6A534: hue angle of 41.85º 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 #D6A534 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 52 -
CMYK 0 0.23 0.76 0.16
HSL 41.85º 0.66% 0.52% -
HSV(B) 41.85º 0.76% 0.84% -
XYZ 41.81 41.45 9.05 -
YUV 166.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 214 165 52 0 0.23 0.76 0.16 41.85 0.66 0.52
Hex D6 A5 34 0 17 4C 10 2A 42 34
Octal 326 245 64 0 27 114 20 52 102 64
Binary 11010110 10100101 110100 0 10111 1001100 10000 101010 1000010 110100

Color Harmonies of #D6A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A534

Black with #D6A534

Text Example


Text Example

White with #D6A534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A534; }

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

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

background-color css

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

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

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

border-color css

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

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

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