Html Css Color HEX #D1B72B Metallic Gold

📋 copy color: '#D1B72B'

red 209 ◦ green 183 ◦ blue 43

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

Shades of Metallic Gold #D1B72B

Tints of Metallic Gold #D1B72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

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

R = 48.05%
G = 42.07%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1B72B (or 0xD1B72B) is known color: Metallic Gold. HEX triplet: D1, B7 and 2B. RGB value is (209,183,43). Sum of RGB (Red+Green+Blue) = 209+183+43=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B72B is #2E48D4. Grayscale: #AFAFAF. Windows color (decimal): -3033301 or 2865105. OLE color: 2865105.

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

Color convert

RGB 209 183 43 -
CMYK 0 0.12 0.79 0.18
HSL 50.6º 0.66% 0.49% -
HSV(B) 50.6º 0.79% 0.82% -
XYZ 43.66 47.6 9.17 -
YUV 174.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 209 183 43 0 0.12 0.79 0.18 50.6 0.66 0.49
Hex D1 B7 2B 0 C 4F 12 33 42 31
Octal 321 267 53 0 14 117 22 63 102 61
Binary 11010001 10110111 101011 0 1100 1001111 10010 110011 1000010 110001

Color Harmonies of #D1B72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B72B

Black with #D1B72B

Text Example


Text Example

White with #D1B72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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