Html Css Color HEX #D7A236 Metallic Gold

📋 copy color: '#D7A236'

red 215 ◦ green 162 ◦ blue 54

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

Shades of Metallic Gold #D7A236

Tints of Metallic Gold #D7A236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.53%

R = 49.88%
G = 37.59%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D7A236 (or 0xD7A236) is known color: Metallic Gold. HEX triplet: D7, A2 and 36. RGB value is (215,162,54). Sum of RGB (Red+Green+Blue) = 215+162+54=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 54 (21.48% from 255 or 12.53% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A236 is #285DC9. Grayscale: #A6A6A6. Windows color (decimal): -2645450 or 3580631. OLE color: 3580631.

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

Color convert

RGB 215 162 54 -
CMYK 0 0.25 0.75 0.16
HSL 40.25º 0.67% 0.53% -
HSV(B) 40.25º 0.75% 0.84% -
XYZ 41.61 40.55 9.12 -
YUV 165.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 215 162 54 0 0.25 0.75 0.16 40.25 0.67 0.53
Hex D7 A2 36 0 19 4B 10 28 43 35
Octal 327 242 66 0 31 113 20 50 103 65
Binary 11010111 10100010 110110 0 11001 1001011 10000 101000 1000011 110101

Color Harmonies of #D7A236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A236

Black with #D7A236

Text Example


Text Example

White with #D7A236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A236; }

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

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

background-color css

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

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

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

border-color css

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

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

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