Html Css Color HEX #D5B53F Old Gold

📋 copy color: '#D5B53F'

red 213 ◦ green 181 ◦ blue 63

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

Shades of Old Gold #D5B53F

Tints of Old Gold #D5B53F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

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

R = 46.61%
G = 39.61%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5B53F (or 0xD5B53F) is known color: Old Gold. HEX triplet: D5, B5 and 3F. RGB value is (213,181,63). Sum of RGB (Red+Green+Blue) = 213+181+63=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B53F is #2A4AC0. Grayscale: #B1B1B1. Windows color (decimal): -2771649 or 4175317. OLE color: 4175317.

HSL color Cylindrical-coordinate representation of color #D5B53F: hue angle of 47.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5B53F is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 181 63 -
CMYK 0 0.15 0.70 0.16
HSL 47.2º 0.64% 0.54% -
HSV(B) 47.2º 0.7% 0.84% -
XYZ 44.86 47.55 11.52 -
YUV 177.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 213 181 63 0 0.15 0.70 0.16 47.2 0.64 0.54
Hex D5 B5 3F 0 F 46 10 2F 40 36
Octal 325 265 77 0 17 106 20 57 100 66
Binary 11010101 10110101 111111 0 1111 1000110 10000 101111 1000000 110110

Color Harmonies of #D5B53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B53F

Black with #D5B53F

Text Example


Text Example

White with #D5B53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B53F; }

 p { color: rgb(213,181,63); }

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

background-color css

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

 a { background-color: rgb(213,181,63); }

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

border-color css

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

 span { border-color: rgb(213,181,63); }

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