Html Css Color HEX #D7BA3B Old Gold

📋 copy color: '#D7BA3B'

red 215 ◦ green 186 ◦ blue 59

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

Shades of Old Gold #D7BA3B

Tints of Old Gold #D7BA3B

RGB

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

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

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

R = 46.74%
G = 40.43%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7BA3B (or 0xD7BA3B) is known color: Old Gold. HEX triplet: D7, BA and 3B. RGB value is (215,186,59). Sum of RGB (Red+Green+Blue) = 215+186+59=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA3B is #2845C4. Grayscale: #B4B4B4. Windows color (decimal): -2639301 or 3914455. OLE color: 3914455.

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

Color convert

RGB 215 186 59 -
CMYK 0 0.13 0.73 0.16
HSL 48.85º 0.66% 0.54% -
HSV(B) 48.85º 0.73% 0.84% -
XYZ 46.37 49.88 11.32 -
YUV 180.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 215 186 59 0 0.13 0.73 0.16 48.85 0.66 0.54
Hex D7 BA 3B 0 D 49 10 31 42 36
Octal 327 272 73 0 15 111 20 61 102 66
Binary 11010111 10111010 111011 0 1101 1001001 10000 110001 1000010 110110

Color Harmonies of #D7BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA3B

Black with #D7BA3B

Text Example


Text Example

White with #D7BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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