Html Css Color HEX #D5B749 Old Gold

📋 copy color: '#D5B749'

red 213 ◦ green 183 ◦ blue 73

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

Shades of Old Gold #D5B749

Tints of Old Gold #D5B749

RGB

 RED value IS 213 (83.59% from 255) = 45.42%

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

 BLUE value IS 73 (28.91% from 255) = 15.57%

R = 45.42%
G = 39.02%
B = 15.57%

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

#D5B749 (or 0xD5B749) is known color: Old Gold. HEX triplet: D5, B7 and 49. RGB value is (213,183,73). Sum of RGB (Red+Green+Blue) = 213+183+73=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B749 is #2A48B6. Grayscale: #B3B3B3. Windows color (decimal): -2771127 or 4831189. OLE color: 4831189.

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

Color convert

RGB 213 183 73 -
CMYK 0 0.14 0.66 0.16
HSL 47.14º 0.63% 0.56% -
HSV(B) 47.14º 0.66% 0.84% -
XYZ 45.58 48.49 13.26 -
YUV 179.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 213 183 73 0 0.14 0.66 0.16 47.14 0.63 0.56
Hex D5 B7 49 0 E 42 10 2F 3E 38
Octal 325 267 111 0 16 102 20 57 76 70
Binary 11010101 10110111 1001001 0 1110 1000010 10000 101111 111110 111000

Color Harmonies of #D5B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B749

Black with #D5B749

Text Example


Text Example

White with #D5B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B749; }

 p { color: rgb(213,183,73); }

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

background-color css

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

 a { background-color: rgb(213,183,73); }

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

border-color css

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

 span { border-color: rgb(213,183,73); }

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