Html Css Color HEX #D9BA3B Old Gold

📋 copy color: '#D9BA3B'

red 217 ◦ green 186 ◦ blue 59

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

Shades of Old Gold #D9BA3B

Tints of Old Gold #D9BA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 46.97%
G = 40.26%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9BA3B (or 0xD9BA3B) is known color: Old Gold. HEX triplet: D9, BA and 3B. RGB value is (217,186,59). Sum of RGB (Red+Green+Blue) = 217+186+59=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA3B is #2645C4. Grayscale: #B5B5B5. Windows color (decimal): -2508229 or 3914457. OLE color: 3914457.

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

Color convert

RGB 217 186 59 -
CMYK 0 0.14 0.73 0.15
HSL 48.23º 0.68% 0.54% -
HSV(B) 48.23º 0.73% 0.85% -
XYZ 46.96 50.19 11.35 -
YUV 180.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 217 186 59 0 0.14 0.73 0.15 48.23 0.68 0.54
Hex D9 BA 3B 0 E 49 F 30 44 36
Octal 331 272 73 0 16 111 17 60 104 66
Binary 11011001 10111010 111011 0 1110 1001001 1111 110000 1000100 110110

Color Harmonies of #D9BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA3B

Black with #D9BA3B

Text Example


Text Example

White with #D9BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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