Html Css Color HEX #D6A53B Metallic Gold

📋 copy color: '#D6A53B'

red 214 ◦ green 165 ◦ blue 59

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

Shades of Metallic Gold #D6A53B

Tints of Metallic Gold #D6A53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.47%

R = 48.86%
G = 37.67%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6A53B (or 0xD6A53B) is known color: Metallic Gold. HEX triplet: D6, A5 and 3B. RGB value is (214,165,59). Sum of RGB (Red+Green+Blue) = 214+165+59=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A53B is #295AC4. Grayscale: #A8A8A8. Windows color (decimal): -2710213 or 3909078. OLE color: 3909078.

HSL color Cylindrical-coordinate representation of color #D6A53B: hue angle of 41.03º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6A53B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 165 59 -
CMYK 0 0.23 0.72 0.16
HSL 41.03º 0.65% 0.54% -
HSV(B) 41.03º 0.72% 0.84% -
XYZ 41.98 41.52 9.94 -
YUV 167.57 66.73 161.12 -
System Red Green Blue C M Y K H S L
Decimal 214 165 59 0 0.23 0.72 0.16 41.03 0.65 0.54
Hex D6 A5 3B 0 17 48 10 29 41 36
Octal 326 245 73 0 27 110 20 51 101 66
Binary 11010110 10100101 111011 0 10111 1001000 10000 101001 1000001 110110

Color Harmonies of #D6A53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A53B

Black with #D6A53B

Text Example


Text Example

White with #D6A53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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