Html Css Color HEX #D7A632 Metallic Gold

📋 copy color: '#D7A632'

red 215 ◦ green 166 ◦ blue 50

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

Shades of Metallic Gold #D7A632

Tints of Metallic Gold #D7A632

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

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

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

R = 49.88%
G = 38.52%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D7A632 (or 0xD7A632) is known color: Metallic Gold. HEX triplet: D7, A6 and 32. RGB value is (215,166,50). Sum of RGB (Red+Green+Blue) = 215+166+50=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A632 is #2859CD. Grayscale: #A7A7A7. Windows color (decimal): -2644430 or 3319511. OLE color: 3319511.

HSL color Cylindrical-coordinate representation of color #D7A632: hue angle of 42.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7A632 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 166 50 -
CMYK 0 0.23 0.77 0.16
HSL 42.18º 0.67% 0.52% -
HSV(B) 42.18º 0.77% 0.84% -
XYZ 42.24 41.95 8.89 -
YUV 167.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 215 166 50 0 0.23 0.77 0.16 42.18 0.67 0.52
Hex D7 A6 32 0 17 4D 10 2A 43 34
Octal 327 246 62 0 27 115 20 52 103 64
Binary 11010111 10100110 110010 0 10111 1001101 10000 101010 1000011 110100

Color Harmonies of #D7A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A632

Black with #D7A632

Text Example


Text Example

White with #D7A632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A632; }

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

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

background-color css

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

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

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

border-color css

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

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

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