Html Css Color HEX #D1BC2F Old Gold

📋 copy color: '#D1BC2F'

red 209 ◦ green 188 ◦ blue 47

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

Shades of Old Gold #D1BC2F

Tints of Old Gold #D1BC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

 BLUE value IS 47 (18.75% from 255) = 10.59%

R = 47.07%
G = 42.34%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1BC2F (or 0xD1BC2F) is known color: Old Gold. HEX triplet: D1, BC and 2F. RGB value is (209,188,47). Sum of RGB (Red+Green+Blue) = 209+188+47=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC2F is #2E43D0. Grayscale: #B2B2B2. Windows color (decimal): -3032017 or 3128529. OLE color: 3128529.

HSL color Cylindrical-coordinate representation of color #D1BC2F: hue angle of 52.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1BC2F is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 47 -
CMYK 0 0.10 0.78 0.18
HSL 52.22º 0.64% 0.5% -
HSV(B) 52.22º 0.78% 0.82% -
XYZ 44.79 49.73 9.93 -
YUV 178.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 209 188 47 0 0.10 0.78 0.18 52.22 0.64 0.5
Hex D1 BC 2F 0 A 4E 12 34 40 32
Octal 321 274 57 0 12 116 22 64 100 62
Binary 11010001 10111100 101111 0 1010 1001110 10010 110100 1000000 110010

Color Harmonies of #D1BC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BC2F

Black with #D1BC2F

Text Example


Text Example

White with #D1BC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BC2F; }

 p { color: rgb(209,188,47); }

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

background-color css

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

 a { background-color: rgb(209,188,47); }

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

border-color css

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

 span { border-color: rgb(209,188,47); }

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