Html Css Color HEX #D1B32B Metallic Gold

📋 copy color: '#D1B32B'

red 209 ◦ green 179 ◦ blue 43

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

Shades of Metallic Gold #D1B32B

Tints of Metallic Gold #D1B32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

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

R = 48.49%
G = 41.53%
B = 9.98%

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

#D1B32B (or 0xD1B32B) is known color: Metallic Gold. HEX triplet: D1, B3 and 2B. RGB value is (209,179,43). Sum of RGB (Red+Green+Blue) = 209+179+43=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B32B is #2E4CD4. Grayscale: #ADADAD. Windows color (decimal): -3034325 or 2864081. OLE color: 2864081.

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

Color convert

RGB 209 179 43 -
CMYK 0 0.14 0.79 0.18
HSL 49.16º 0.66% 0.49% -
HSV(B) 49.16º 0.79% 0.82% -
XYZ 42.85 45.97 8.9 -
YUV 172.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 209 179 43 0 0.14 0.79 0.18 49.16 0.66 0.49
Hex D1 B3 2B 0 E 4F 12 31 42 31
Octal 321 263 53 0 16 117 22 61 102 61
Binary 11010001 10110011 101011 0 1110 1001111 10010 110001 1000010 110001

Color Harmonies of #D1B32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B32B

Black with #D1B32B

Text Example


Text Example

White with #D1B32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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