Html Css Color HEX #D5BA3F Old Gold

📋 copy color: '#D5BA3F'

red 213 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #D5BA3F

Tints of Old Gold #D5BA3F

RGB

 RED value IS 213 (83.59% from 255) = 46.1%

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

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

R = 46.1%
G = 40.26%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5BA3F (or 0xD5BA3F) is known color: Old Gold. HEX triplet: D5, BA and 3F. RGB value is (213,186,63). Sum of RGB (Red+Green+Blue) = 213+186+63=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA3F is #2A45C0. Grayscale: #B4B4B4. Windows color (decimal): -2770369 or 4176597. OLE color: 4176597.

HSL color Cylindrical-coordinate representation of color #D5BA3F: hue angle of 49.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5BA3F is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 63 -
CMYK 0 0.13 0.70 0.16
HSL 49.2º 0.64% 0.54% -
HSV(B) 49.2º 0.7% 0.84% -
XYZ 45.9 49.62 11.86 -
YUV 180.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 213 186 63 0 0.13 0.70 0.16 49.2 0.64 0.54
Hex D5 BA 3F 0 D 46 10 31 40 36
Octal 325 272 77 0 15 106 20 61 100 66
Binary 11010101 10111010 111111 0 1101 1000110 10000 110001 1000000 110110

Color Harmonies of #D5BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA3F

Black with #D5BA3F

Text Example


Text Example

White with #D5BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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