Html Css Color HEX #D9BA3E Old Gold

📋 copy color: '#D9BA3E'

red 217 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #D9BA3E

Tints of Old Gold #D9BA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.33%

R = 46.67%
G = 40%
B = 13.33%

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

#D9BA3E (or 0xD9BA3E) is known color: Old Gold. HEX triplet: D9, BA and 3E. RGB value is (217,186,62). Sum of RGB (Red+Green+Blue) = 217+186+62=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA3E is #2645C1. Grayscale: #B5B5B5. Windows color (decimal): -2508226 or 4111065. OLE color: 4111065.

HSL color Cylindrical-coordinate representation of color #D9BA3E: hue angle of 48º 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 #D9BA3E is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 62 -
CMYK 0 0.14 0.71 0.15
HSL 48º 0.67% 0.55% -
HSV(B) 48º 0.71% 0.85% -
XYZ 47.04 50.22 11.77 -
YUV 181.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 217 186 62 0 0.14 0.71 0.15 48 0.67 0.55
Hex D9 BA 3E 0 E 47 F 30 43 37
Octal 331 272 76 0 16 107 17 60 103 67
Binary 11011001 10111010 111110 0 1110 1000111 1111 110000 1000011 110111

Color Harmonies of #D9BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA3E

Black with #D9BA3E

Text Example


Text Example

White with #D9BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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