Html Css Color HEX #D1B847 Old Gold

📋 copy color: '#D1B847'

red 209 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #D1B847

Tints of Old Gold #D1B847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.66%

 BLUE value IS 71 (28.13% from 255) = 15.3%

R = 45.04%
G = 39.66%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D1B847 (or 0xD1B847) is known color: Old Gold. HEX triplet: D1, B8 and 47. RGB value is (209,184,71). Sum of RGB (Red+Green+Blue) = 209+184+71=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B847 is #2E47B8. Grayscale: #B3B3B3. Windows color (decimal): -3033017 or 4700369. OLE color: 4700369.

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

Color convert

RGB 209 184 71 -
CMYK 0 0.12 0.66 0.18
HSL 49.13º 0.6% 0.55% -
HSV(B) 49.13º 0.66% 0.82% -
XYZ 44.57 48.29 12.93 -
YUV 178.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 209 184 71 0 0.12 0.66 0.18 49.13 0.6 0.55
Hex D1 B8 47 0 C 42 12 31 3C 37
Octal 321 270 107 0 14 102 22 61 74 67
Binary 11010001 10111000 1000111 0 1100 1000010 10010 110001 111100 110111

Color Harmonies of #D1B847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B847

Black with #D1B847

Text Example


Text Example

White with #D1B847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B847; }

 p { color: rgb(209,184,71); }

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

background-color css

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

 a { background-color: rgb(209,184,71); }

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

border-color css

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

 span { border-color: rgb(209,184,71); }

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