Html Css Color HEX #D9BA3F Old Gold

📋 copy color: '#D9BA3F'

red 217 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #D9BA3F

Tints of Old Gold #D9BA3F

RGB

 RED value IS 217 (85.16% from 255) = 46.57%

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

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

R = 46.57%
G = 39.91%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9BA3F (or 0xD9BA3F) is known color: Old Gold. HEX triplet: D9, BA and 3F. RGB value is (217,186,63). Sum of RGB (Red+Green+Blue) = 217+186+63=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA3F is #2645C0. Grayscale: #B5B5B5. Windows color (decimal): -2508225 or 4176601. OLE color: 4176601.

HSL color Cylindrical-coordinate representation of color #D9BA3F: hue angle of 47.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9BA3F is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 63 -
CMYK 0 0.14 0.71 0.15
HSL 47.92º 0.67% 0.55% -
HSV(B) 47.92º 0.71% 0.85% -
XYZ 47.07 50.23 11.92 -
YUV 181.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 217 186 63 0 0.14 0.71 0.15 47.92 0.67 0.55
Hex D9 BA 3F 0 E 47 F 30 43 37
Octal 331 272 77 0 16 107 17 60 103 67
Binary 11011001 10111010 111111 0 1110 1000111 1111 110000 1000011 110111

Color Harmonies of #D9BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA3F

Black with #D9BA3F

Text Example


Text Example

White with #D9BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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