Html Css Color HEX #D1B746 Old Gold

📋 copy color: '#D1B746'

red 209 ◦ green 183 ◦ blue 70

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

Shades of Old Gold #D1B746

Tints of Old Gold #D1B746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 45.24%
G = 39.61%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D1B746 (or 0xD1B746) is known color: Old Gold. HEX triplet: D1, B7 and 46. RGB value is (209,183,70). Sum of RGB (Red+Green+Blue) = 209+183+70=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B746 is #2E48B9. Grayscale: #B2B2B2. Windows color (decimal): -3033274 or 4634577. OLE color: 4634577.

HSL color Cylindrical-coordinate representation of color #D1B746: hue angle of 48.78º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1B746 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 183 70 -
CMYK 0 0.12 0.67 0.18
HSL 48.78º 0.6% 0.55% -
HSV(B) 48.78º 0.67% 0.82% -
XYZ 44.33 47.86 12.7 -
YUV 177.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 209 183 70 0 0.12 0.67 0.18 48.78 0.6 0.55
Hex D1 B7 46 0 C 43 12 31 3C 37
Octal 321 267 106 0 14 103 22 61 74 67
Binary 11010001 10110111 1000110 0 1100 1000011 10010 110001 111100 110111

Color Harmonies of #D1B746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B746

Black with #D1B746

Text Example


Text Example

White with #D1B746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B746; }

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

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

background-color css

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

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

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

border-color css

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

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

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