Html Css Color HEX #D1B038 Metallic Gold

📋 copy color: '#D1B038'

red 209 ◦ green 176 ◦ blue 56

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

Shades of Metallic Gold #D1B038

Tints of Metallic Gold #D1B038

RGB

 RED value IS 209 (82.03% from 255) = 47.39%

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

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 47.39%
G = 39.91%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1B038 (or 0xD1B038) is known color: Metallic Gold. HEX triplet: D1, B0 and 38. RGB value is (209,176,56). Sum of RGB (Red+Green+Blue) = 209+176+56=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B038 is #2E4FC7. Grayscale: #ACACAC. Windows color (decimal): -3035080 or 3715281. OLE color: 3715281.

HSL color Cylindrical-coordinate representation of color #D1B038: hue angle of 47.06º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1B038 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 56 -
CMYK 0 0.16 0.73 0.18
HSL 47.06º 0.62% 0.52% -
HSV(B) 47.06º 0.73% 0.82% -
XYZ 42.53 44.89 10.16 -
YUV 172.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 209 176 56 0 0.16 0.73 0.18 47.06 0.62 0.52
Hex D1 B0 38 0 10 49 12 2F 3E 34
Octal 321 260 70 0 20 111 22 57 76 64
Binary 11010001 10110000 111000 0 10000 1001001 10010 101111 111110 110100

Color Harmonies of #D1B038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B038

Black with #D1B038

Text Example


Text Example

White with #D1B038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B038; }

 p { color: rgb(209,176,56); }

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

background-color css

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

 a { background-color: rgb(209,176,56); }

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

border-color css

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

 span { border-color: rgb(209,176,56); }

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