Html Css Color HEX #D8B044 Metallic Gold

📋 copy color: '#D8B044'

red 216 ◦ green 176 ◦ blue 68

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

Shades of Metallic Gold #D8B044

Tints of Metallic Gold #D8B044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 46.96%
G = 38.26%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8B044 (or 0xD8B044) is known color: Metallic Gold. HEX triplet: D8, B0 and 44. RGB value is (216,176,68). Sum of RGB (Red+Green+Blue) = 216+176+68=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B044 is #274FBB. Grayscale: #B0B0B0. Windows color (decimal): -2576316 or 4501720. OLE color: 4501720.

HSL color Cylindrical-coordinate representation of color #D8B044: hue angle of 43.78º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8B044 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 68 -
CMYK 0 0.19 0.69 0.15
HSL 43.78º 0.65% 0.56% -
HSV(B) 43.78º 0.69% 0.85% -
XYZ 44.89 46.07 11.99 -
YUV 175.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 216 176 68 0 0.19 0.69 0.15 43.78 0.65 0.56
Hex D8 B0 44 0 13 45 F 2C 41 38
Octal 330 260 104 0 23 105 17 54 101 70
Binary 11011000 10110000 1000100 0 10011 1000101 1111 101100 1000001 111000

Color Harmonies of #D8B044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B044

Black with #D8B044

Text Example


Text Example

White with #D8B044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B044; }

 p { color: rgb(216,176,68); }

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

background-color css

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

 a { background-color: rgb(216,176,68); }

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

border-color css

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

 span { border-color: rgb(216,176,68); }

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