Html Css Color HEX #D8A232 Metallic Gold

📋 copy color: '#D8A232'

red 216 ◦ green 162 ◦ blue 50

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

Shades of Metallic Gold #D8A232

Tints of Metallic Gold #D8A232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 50.47%
G = 37.85%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A232 (or 0xD8A232) is known color: Metallic Gold. HEX triplet: D8, A2 and 32. RGB value is (216,162,50). Sum of RGB (Red+Green+Blue) = 216+162+50=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A232 is #275DCD. Grayscale: #A5A5A5. Windows color (decimal): -2579918 or 3318488. OLE color: 3318488.

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

Color convert

RGB 216 162 50 -
CMYK 0 0.25 0.77 0.15
HSL 40.48º 0.68% 0.52% -
HSV(B) 40.48º 0.77% 0.85% -
XYZ 41.81 40.67 8.66 -
YUV 165.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 216 162 50 0 0.25 0.77 0.15 40.48 0.68 0.52
Hex D8 A2 32 0 19 4D F 28 44 34
Octal 330 242 62 0 31 115 17 50 104 64
Binary 11011000 10100010 110010 0 11001 1001101 1111 101000 1000100 110100

Color Harmonies of #D8A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A232

Black with #D8A232

Text Example


Text Example

White with #D8A232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A232; }

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

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

background-color css

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

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

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

border-color css

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

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

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