Html Css Color HEX #D8A632 Metallic Gold

📋 copy color: '#D8A632'

red 216 ◦ green 166 ◦ blue 50

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

Shades of Metallic Gold #D8A632

Tints of Metallic Gold #D8A632

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.43%

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

R = 50%
G = 38.43%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D8A632 (or 0xD8A632) is known color: Metallic Gold. HEX triplet: D8, A6 and 32. RGB value is (216,166,50). Sum of RGB (Red+Green+Blue) = 216+166+50=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A632 is #2759CD. Grayscale: #A8A8A8. Windows color (decimal): -2578894 or 3319512. OLE color: 3319512.

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

Color convert

RGB 216 166 50 -
CMYK 0 0.23 0.77 0.15
HSL 41.93º 0.68% 0.52% -
HSV(B) 41.93º 0.77% 0.85% -
XYZ 42.53 42.1 8.9 -
YUV 167.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 216 166 50 0 0.23 0.77 0.15 41.93 0.68 0.52
Hex D8 A6 32 0 17 4D F 2A 44 34
Octal 330 246 62 0 27 115 17 52 104 64
Binary 11011000 10100110 110010 0 10111 1001101 1111 101010 1000100 110100

Color Harmonies of #D8A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A632

Black with #D8A632

Text Example


Text Example

White with #D8A632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A632; }

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

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

background-color css

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

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

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

border-color css

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

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

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