Html Css Color HEX #D7BA3C Old Gold

📋 copy color: '#D7BA3C'

red 215 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #D7BA3C

Tints of Old Gold #D7BA3C

RGB

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

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

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

R = 46.64%
G = 40.35%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7BA3C (or 0xD7BA3C) is known color: Old Gold. HEX triplet: D7, BA and 3C. RGB value is (215,186,60). Sum of RGB (Red+Green+Blue) = 215+186+60=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA3C is #2845C3. Grayscale: #B4B4B4. Windows color (decimal): -2639300 or 3979991. OLE color: 3979991.

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

Color convert

RGB 215 186 60 -
CMYK 0 0.13 0.72 0.16
HSL 48.77º 0.66% 0.54% -
HSV(B) 48.77º 0.72% 0.84% -
XYZ 46.4 49.89 11.46 -
YUV 180.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 215 186 60 0 0.13 0.72 0.16 48.77 0.66 0.54
Hex D7 BA 3C 0 D 48 10 31 42 36
Octal 327 272 74 0 15 110 20 61 102 66
Binary 11010111 10111010 111100 0 1101 1001000 10000 110001 1000010 110110

Color Harmonies of #D7BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA3C

Black with #D7BA3C

Text Example


Text Example

White with #D7BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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