Html Css Color HEX #D7BA4A Old Gold

📋 copy color: '#D7BA4A'

red 215 ◦ green 186 ◦ blue 74

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

Shades of Old Gold #D7BA4A

Tints of Old Gold #D7BA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 45.26%
G = 39.16%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7BA4A (or 0xD7BA4A) is known color: Old Gold. HEX triplet: D7, BA and 4A. RGB value is (215,186,74). Sum of RGB (Red+Green+Blue) = 215+186+74=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA4A is #2845B5. Grayscale: #B6B6B6. Windows color (decimal): -2639286 or 4897495. OLE color: 4897495.

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

Color convert

RGB 215 186 74 -
CMYK 0 0.13 0.66 0.16
HSL 47.66º 0.64% 0.57% -
HSV(B) 47.66º 0.66% 0.84% -
XYZ 46.82 50.06 13.67 -
YUV 181.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 215 186 74 0 0.13 0.66 0.16 47.66 0.64 0.57
Hex D7 BA 4A 0 D 42 10 30 40 39
Octal 327 272 112 0 15 102 20 60 100 71
Binary 11010111 10111010 1001010 0 1101 1000010 10000 110000 1000000 111001

Color Harmonies of #D7BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA4A

Black with #D7BA4A

Text Example


Text Example

White with #D7BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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