Html Css Color HEX #D9BA3C Old Gold

📋 copy color: '#D9BA3C'

red 217 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #D9BA3C

Tints of Old Gold #D9BA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.96%

R = 46.87%
G = 40.17%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9BA3C (or 0xD9BA3C) is known color: Old Gold. HEX triplet: D9, BA and 3C. RGB value is (217,186,60). Sum of RGB (Red+Green+Blue) = 217+186+60=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA3C is #2645C3. Grayscale: #B5B5B5. Windows color (decimal): -2508228 or 3979993. OLE color: 3979993.

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

Color convert

RGB 217 186 60 -
CMYK 0 0.14 0.72 0.15
HSL 48.15º 0.67% 0.54% -
HSV(B) 48.15º 0.72% 0.85% -
XYZ 46.99 50.2 11.49 -
YUV 180.91 59.77 153.75 -
System Red Green Blue C M Y K H S L
Decimal 217 186 60 0 0.14 0.72 0.15 48.15 0.67 0.54
Hex D9 BA 3C 0 E 48 F 30 43 36
Octal 331 272 74 0 16 110 17 60 103 66
Binary 11011001 10111010 111100 0 1110 1001000 1111 110000 1000011 110110

Color Harmonies of #D9BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA3C

Black with #D9BA3C

Text Example


Text Example

White with #D9BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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