Html Css Color HEX #D7B73F Old Gold

📋 copy color: '#D7B73F'

red 215 ◦ green 183 ◦ blue 63

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

Shades of Old Gold #D7B73F

Tints of Old Gold #D7B73F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 63 (25% from 255) = 13.67%

R = 46.64%
G = 39.7%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7B73F (or 0xD7B73F) is known color: Old Gold. HEX triplet: D7, B7 and 3F. RGB value is (215,183,63). Sum of RGB (Red+Green+Blue) = 215+183+63=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B73F is #2848C0. Grayscale: #B3B3B3. Windows color (decimal): -2640065 or 4175831. OLE color: 4175831.

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

Color convert

RGB 215 183 63 -
CMYK 0 0.15 0.71 0.16
HSL 47.37º 0.66% 0.55% -
HSV(B) 47.37º 0.71% 0.84% -
XYZ 45.86 48.67 11.68 -
YUV 178.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 215 183 63 0 0.15 0.71 0.16 47.37 0.66 0.55
Hex D7 B7 3F 0 F 47 10 2F 42 37
Octal 327 267 77 0 17 107 20 57 102 67
Binary 11010111 10110111 111111 0 1111 1000111 10000 101111 1000010 110111

Color Harmonies of #D7B73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B73F

Black with #D7B73F

Text Example


Text Example

White with #D7B73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B73F; }

 p { color: rgb(215,183,63); }

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

background-color css

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

 a { background-color: rgb(215,183,63); }

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

border-color css

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

 span { border-color: rgb(215,183,63); }

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