Html Css Color HEX #D8A334 Metallic Gold

📋 copy color: '#D8A334'

red 216 ◦ green 163 ◦ blue 52

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

Shades of Metallic Gold #D8A334

Tints of Metallic Gold #D8A334

RGB

 RED value IS 216 (84.77% from 255) = 50.12%

 GREEN value IS 163 (64.06% from 255) = 37.82%

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

R = 50.12%
G = 37.82%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8A334 (or 0xD8A334) is known color: Metallic Gold. HEX triplet: D8, A3 and 34. RGB value is (216,163,52). Sum of RGB (Red+Green+Blue) = 216+163+52=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A334 is #275CCB. Grayscale: #A6A6A6. Windows color (decimal): -2579660 or 3449816. OLE color: 3449816.

HSL color Cylindrical-coordinate representation of color #D8A334: hue angle of 40.61º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8A334 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 52 -
CMYK 0 0.25 0.76 0.15
HSL 40.61º 0.68% 0.53% -
HSV(B) 40.61º 0.76% 0.85% -
XYZ 42.04 41.04 8.96 -
YUV 166.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 216 163 52 0 0.25 0.76 0.15 40.61 0.68 0.53
Hex D8 A3 34 0 19 4C F 29 44 35
Octal 330 243 64 0 31 114 17 51 104 65
Binary 11011000 10100011 110100 0 11001 1001100 1111 101001 1000100 110101

Color Harmonies of #D8A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A334

Black with #D8A334

Text Example


Text Example

White with #D8A334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A334; }

 p { color: rgb(216,163,52); }

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

background-color css

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

 a { background-color: rgb(216,163,52); }

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

border-color css

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

 span { border-color: rgb(216,163,52); }

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