Html Css Color HEX #D7A238 Metallic Gold

📋 copy color: '#D7A238'

red 215 ◦ green 162 ◦ blue 56

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

Shades of Metallic Gold #D7A238

Tints of Metallic Gold #D7A238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.93%

R = 49.65%
G = 37.41%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D7A238 (or 0xD7A238) is known color: Metallic Gold. HEX triplet: D7, A2 and 38. RGB value is (215,162,56). Sum of RGB (Red+Green+Blue) = 215+162+56=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A238 is #285DC7. Grayscale: #A6A6A6. Windows color (decimal): -2645448 or 3711703. OLE color: 3711703.

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

Color convert

RGB 215 162 56 -
CMYK 0 0.25 0.74 0.16
HSL 40º 0.67% 0.53% -
HSV(B) 40º 0.74% 0.84% -
XYZ 41.66 40.57 9.38 -
YUV 165.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 215 162 56 0 0.25 0.74 0.16 40 0.67 0.53
Hex D7 A2 38 0 19 4A 10 28 43 35
Octal 327 242 70 0 31 112 20 50 103 65
Binary 11010111 10100010 111000 0 11001 1001010 10000 101000 1000011 110101

Color Harmonies of #D7A238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A238

Black with #D7A238

Text Example


Text Example

White with #D7A238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A238; }

 p { color: rgb(215,162,56); }

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

background-color css

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

 a { background-color: rgb(215,162,56); }

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

border-color css

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

 span { border-color: rgb(215,162,56); }

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