Html Css Color HEX #D1B238 Metallic Gold

📋 copy color: '#D1B238'

red 209 ◦ green 178 ◦ blue 56

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

Shades of Metallic Gold #D1B238

Tints of Metallic Gold #D1B238

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

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

R = 47.18%
G = 40.18%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1B238 (or 0xD1B238) is known color: Metallic Gold. HEX triplet: D1, B2 and 38. RGB value is (209,178,56). Sum of RGB (Red+Green+Blue) = 209+178+56=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B238 is #2E4DC7. Grayscale: #ADADAD. Windows color (decimal): -3034568 or 3715793. OLE color: 3715793.

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

Color convert

RGB 209 178 56 -
CMYK 0 0.15 0.73 0.18
HSL 47.84º 0.62% 0.52% -
HSV(B) 47.84º 0.73% 0.82% -
XYZ 42.93 45.68 10.3 -
YUV 173.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 209 178 56 0 0.15 0.73 0.18 47.84 0.62 0.52
Hex D1 B2 38 0 F 49 12 30 3E 34
Octal 321 262 70 0 17 111 22 60 76 64
Binary 11010001 10110010 111000 0 1111 1001001 10010 110000 111110 110100

Color Harmonies of #D1B238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B238

Black with #D1B238

Text Example


Text Example

White with #D1B238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B238; }

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

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

background-color css

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

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

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

border-color css

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

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

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