Html Css Color HEX #D1B42B Metallic Gold

📋 copy color: '#D1B42B'

red 209 ◦ green 180 ◦ blue 43

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

Shades of Metallic Gold #D1B42B

Tints of Metallic Gold #D1B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 43 (17.19% from 255) = 9.95%

R = 48.38%
G = 41.67%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1B42B (or 0xD1B42B) is known color: Metallic Gold. HEX triplet: D1, B4 and 2B. RGB value is (209,180,43). Sum of RGB (Red+Green+Blue) = 209+180+43=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B42B is #2E4BD4. Grayscale: #ADADAD. Windows color (decimal): -3034069 or 2864337. OLE color: 2864337.

HSL color Cylindrical-coordinate representation of color #D1B42B: hue angle of 49.52º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1B42B is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 180 43 -
CMYK 0 0.14 0.79 0.18
HSL 49.52º 0.66% 0.49% -
HSV(B) 49.52º 0.79% 0.82% -
XYZ 43.05 46.37 8.97 -
YUV 173.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 209 180 43 0 0.14 0.79 0.18 49.52 0.66 0.49
Hex D1 B4 2B 0 E 4F 12 32 42 31
Octal 321 264 53 0 16 117 22 62 102 61
Binary 11010001 10110100 101011 0 1110 1001111 10010 110010 1000010 110001

Color Harmonies of #D1B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B42B

Black with #D1B42B

Text Example


Text Example

White with #D1B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B42B; }

 p { color: rgb(209,180,43); }

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

background-color css

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

 a { background-color: rgb(209,180,43); }

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

border-color css

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

 span { border-color: rgb(209,180,43); }

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