Html Css Color HEX #D7BA3E Old Gold

📋 copy color: '#D7BA3E'

red 215 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #D7BA3E

Tints of Old Gold #D7BA3E

RGB

 RED value IS 215 (84.38% from 255) = 46.44%

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

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

R = 46.44%
G = 40.17%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7BA3E (or 0xD7BA3E) is known color: Old Gold. HEX triplet: D7, BA and 3E. RGB value is (215,186,62). Sum of RGB (Red+Green+Blue) = 215+186+62=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA3E is #2845C1. Grayscale: #B5B5B5. Windows color (decimal): -2639298 or 4111063. OLE color: 4111063.

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

Color convert

RGB 215 186 62 -
CMYK 0 0.13 0.71 0.16
HSL 48.63º 0.66% 0.54% -
HSV(B) 48.63º 0.71% 0.84% -
XYZ 46.45 49.91 11.74 -
YUV 180.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 215 186 62 0 0.13 0.71 0.16 48.63 0.66 0.54
Hex D7 BA 3E 0 D 47 10 31 42 36
Octal 327 272 76 0 15 107 20 61 102 66
Binary 11010111 10111010 111110 0 1101 1000111 10000 110001 1000010 110110

Color Harmonies of #D7BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA3E

Black with #D7BA3E

Text Example


Text Example

White with #D7BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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