Html Css Color HEX #D1BA3F Old Gold

📋 copy color: '#D1BA3F'

red 209 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #D1BA3F

Tints of Old Gold #D1BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.61%

 BLUE value IS 63 (25% from 255) = 13.76%

R = 45.63%
G = 40.61%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1BA3F (or 0xD1BA3F) is known color: Old Gold. HEX triplet: D1, BA and 3F. RGB value is (209,186,63). Sum of RGB (Red+Green+Blue) = 209+186+63=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA3F is #2E45C0. Grayscale: #B3B3B3. Windows color (decimal): -3032513 or 4176593. OLE color: 4176593.

HSL color Cylindrical-coordinate representation of color #D1BA3F: hue angle of 50.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1BA3F is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 63 -
CMYK 0 0.11 0.70 0.18
HSL 50.55º 0.61% 0.53% -
HSV(B) 50.55º 0.7% 0.82% -
XYZ 44.75 49.03 11.81 -
YUV 178.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 209 186 63 0 0.11 0.70 0.18 50.55 0.61 0.53
Hex D1 BA 3F 0 B 46 12 33 3D 35
Octal 321 272 77 0 13 106 22 63 75 65
Binary 11010001 10111010 111111 0 1011 1000110 10010 110011 111101 110101

Color Harmonies of #D1BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA3F

Black with #D1BA3F

Text Example


Text Example

White with #D1BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA3F; }

 p { color: rgb(209,186,63); }

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

background-color css

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

 a { background-color: rgb(209,186,63); }

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

border-color css

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

 span { border-color: rgb(209,186,63); }

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