Html Css Color HEX #D8B136 Metallic Gold

📋 copy color: '#D8B136'

red 216 ◦ green 177 ◦ blue 54

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

Shades of Metallic Gold #D8B136

Tints of Metallic Gold #D8B136

RGB

 RED value IS 216 (84.77% from 255) = 48.32%

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

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

R = 48.32%
G = 39.6%
B = 12.08%

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

#D8B136 (or 0xD8B136) is known color: Metallic Gold. HEX triplet: D8, B1 and 36. RGB value is (216,177,54). Sum of RGB (Red+Green+Blue) = 216+177+54=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 54 (21.48% from 255 or 12.08% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B136 is #274EC9. Grayscale: #AFAFAF. Windows color (decimal): -2576074 or 3584472. OLE color: 3584472.

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

Color convert

RGB 216 177 54 -
CMYK 0 0.18 0.75 0.15
HSL 45.56º 0.68% 0.53% -
HSV(B) 45.56º 0.75% 0.85% -
XYZ 44.71 46.31 10.07 -
YUV 174.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 216 177 54 0 0.18 0.75 0.15 45.56 0.68 0.53
Hex D8 B1 36 0 12 4B F 2E 44 35
Octal 330 261 66 0 22 113 17 56 104 65
Binary 11011000 10110001 110110 0 10010 1001011 1111 101110 1000100 110101

Color Harmonies of #D8B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B136

Black with #D8B136

Text Example


Text Example

White with #D8B136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B136; }

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

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

background-color css

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

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

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

border-color css

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

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

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