Html Css Color HEX #D7B93E Old Gold

📋 copy color: '#D7B93E'

red 215 ◦ green 185 ◦ blue 62

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

Shades of Old Gold #D7B93E

Tints of Old Gold #D7B93E

RGB

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

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

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

R = 46.54%
G = 40.04%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7B93E (or 0xD7B93E) is known color: Old Gold. HEX triplet: D7, B9 and 3E. RGB value is (215,185,62). Sum of RGB (Red+Green+Blue) = 215+185+62=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B93E is #2846C1. Grayscale: #B4B4B4. Windows color (decimal): -2639554 or 4110807. OLE color: 4110807.

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

Color convert

RGB 215 185 62 -
CMYK 0 0.14 0.71 0.16
HSL 48.24º 0.66% 0.54% -
HSV(B) 48.24º 0.71% 0.84% -
XYZ 46.24 49.49 11.67 -
YUV 179.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 215 185 62 0 0.14 0.71 0.16 48.24 0.66 0.54
Hex D7 B9 3E 0 E 47 10 30 42 36
Octal 327 271 76 0 16 107 20 60 102 66
Binary 11010111 10111001 111110 0 1110 1000111 10000 110000 1000010 110110

Color Harmonies of #D7B93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B93E

Black with #D7B93E

Text Example


Text Example

White with #D7B93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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