Html Css Color HEX #D8A932 Metallic Gold

📋 copy color: '#D8A932'

red 216 ◦ green 169 ◦ blue 50

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

Shades of Metallic Gold #D8A932

Tints of Metallic Gold #D8A932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.85%

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 49.66%
G = 38.85%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A932 (or 0xD8A932) is known color: Metallic Gold. HEX triplet: D8, A9 and 32. RGB value is (216,169,50). Sum of RGB (Red+Green+Blue) = 216+169+50=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A932 is #2756CD. Grayscale: #AAAAAA. Windows color (decimal): -2578126 or 3320280. OLE color: 3320280.

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

Color convert

RGB 216 169 50 -
CMYK 0 0.22 0.77 0.15
HSL 43.01º 0.68% 0.52% -
HSV(B) 43.01º 0.77% 0.85% -
XYZ 43.08 43.21 9.09 -
YUV 169.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 216 169 50 0 0.22 0.77 0.15 43.01 0.68 0.52
Hex D8 A9 32 0 16 4D F 2B 44 34
Octal 330 251 62 0 26 115 17 53 104 64
Binary 11011000 10101001 110010 0 10110 1001101 1111 101011 1000100 110100

Color Harmonies of #D8A932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A932

Black with #D8A932

Text Example


Text Example

White with #D8A932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A932; }

 p { color: rgb(216,169,50); }

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

background-color css

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

 a { background-color: rgb(216,169,50); }

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

border-color css

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

 span { border-color: rgb(216,169,50); }

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