Html Css Color HEX #D7B94A Old Gold

📋 copy color: '#D7B94A'

red 215 ◦ green 185 ◦ blue 74

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

Shades of Old Gold #D7B94A

Tints of Old Gold #D7B94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 45.36%
G = 39.03%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7B94A (or 0xD7B94A) is known color: Old Gold. HEX triplet: D7, B9 and 4A. RGB value is (215,185,74). Sum of RGB (Red+Green+Blue) = 215+185+74=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B94A is #2846B5. Grayscale: #B5B5B5. Windows color (decimal): -2639542 or 4897239. OLE color: 4897239.

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

Color convert

RGB 215 185 74 -
CMYK 0 0.14 0.66 0.16
HSL 47.23º 0.64% 0.57% -
HSV(B) 47.23º 0.66% 0.84% -
XYZ 46.61 49.64 13.6 -
YUV 181.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 215 185 74 0 0.14 0.66 0.16 47.23 0.64 0.57
Hex D7 B9 4A 0 E 42 10 2F 40 39
Octal 327 271 112 0 16 102 20 57 100 71
Binary 11010111 10111001 1001010 0 1110 1000010 10000 101111 1000000 111001

Color Harmonies of #D7B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B94A

Black with #D7B94A

Text Example


Text Example

White with #D7B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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