Html Css Color HEX #D7B636 Metallic Gold

📋 copy color: '#D7B636'

red 215 ◦ green 182 ◦ blue 54

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

Shades of Metallic Gold #D7B636

Tints of Metallic Gold #D7B636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.35%

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

R = 47.67%
G = 40.35%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D7B636 (or 0xD7B636) is known color: Metallic Gold. HEX triplet: D7, B6 and 36. RGB value is (215,182,54). Sum of RGB (Red+Green+Blue) = 215+182+54=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B636 is #2849C9. Grayscale: #B1B1B1. Windows color (decimal): -2640330 or 3585751. OLE color: 3585751.

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

Color convert

RGB 215 182 54 -
CMYK 0 0.15 0.75 0.16
HSL 47.7º 0.67% 0.53% -
HSV(B) 47.7º 0.75% 0.84% -
XYZ 45.42 48.17 10.39 -
YUV 177.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 215 182 54 0 0.15 0.75 0.16 47.7 0.67 0.53
Hex D7 B6 36 0 F 4B 10 30 43 35
Octal 327 266 66 0 17 113 20 60 103 65
Binary 11010111 10110110 110110 0 1111 1001011 10000 110000 1000011 110101

Color Harmonies of #D7B636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B636

Black with #D7B636

Text Example


Text Example

White with #D7B636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B636; }

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

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

background-color css

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

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

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

border-color css

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

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

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