Html Css Color HEX #D8AB34 Metallic Gold

📋 copy color: '#D8AB34'

red 216 ◦ green 171 ◦ blue 52

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

Shades of Metallic Gold #D8AB34

Tints of Metallic Gold #D8AB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 49.2%
G = 38.95%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8AB34 (or 0xD8AB34) is known color: Metallic Gold. HEX triplet: D8, AB and 34. RGB value is (216,171,52). Sum of RGB (Red+Green+Blue) = 216+171+52=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB34 is #2754CB. Grayscale: #ABABAB. Windows color (decimal): -2577612 or 3451864. OLE color: 3451864.

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

Color convert

RGB 216 171 52 -
CMYK 0 0.21 0.76 0.15
HSL 43.54º 0.68% 0.53% -
HSV(B) 43.54º 0.76% 0.85% -
XYZ 43.5 43.97 9.44 -
YUV 170.89 60.91 160.18 -
System Red Green Blue C M Y K H S L
Decimal 216 171 52 0 0.21 0.76 0.15 43.54 0.68 0.53
Hex D8 AB 34 0 15 4C F 2C 44 35
Octal 330 253 64 0 25 114 17 54 104 65
Binary 11011000 10101011 110100 0 10101 1001100 1111 101100 1000100 110101

Color Harmonies of #D8AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB34

Black with #D8AB34

Text Example


Text Example

White with #D8AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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