Html Css Color HEX #D9B136 Metallic Gold

📋 copy color: '#D9B136'

red 217 ◦ green 177 ◦ blue 54

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

Shades of Metallic Gold #D9B136

Tints of Metallic Gold #D9B136

RGB

 RED value IS 217 (85.16% from 255) = 48.44%

 GREEN value IS 177 (69.53% from 255) = 39.51%

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

R = 48.44%
G = 39.51%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D9B136 (or 0xD9B136) is known color: Metallic Gold. HEX triplet: D9, B1 and 36. RGB value is (217,177,54). Sum of RGB (Red+Green+Blue) = 217+177+54=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B136 is #264EC9. Grayscale: #AFAFAF. Windows color (decimal): -2510538 or 3584473. OLE color: 3584473.

HSL color Cylindrical-coordinate representation of color #D9B136: hue angle of 45.28º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9B136 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 177 54 -
CMYK 0 0.18 0.75 0.15
HSL 45.28º 0.68% 0.53% -
HSV(B) 45.28º 0.75% 0.85% -
XYZ 45 46.46 10.09 -
YUV 174.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 217 177 54 0 0.18 0.75 0.15 45.28 0.68 0.53
Hex D9 B1 36 0 12 4B F 2D 44 35
Octal 331 261 66 0 22 113 17 55 104 65
Binary 11011001 10110001 110110 0 10010 1001011 1111 101101 1000100 110101

Color Harmonies of #D9B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B136

Black with #D9B136

Text Example


Text Example

White with #D9B136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B136; }

 p { color: rgb(217,177,54); }

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

background-color css

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

 a { background-color: rgb(217,177,54); }

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

border-color css

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

 span { border-color: rgb(217,177,54); }

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