Html Css Color HEX #D5B93B Old Gold

📋 copy color: '#D5B93B'

red 213 ◦ green 185 ◦ blue 59

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

Shades of Old Gold #D5B93B

Tints of Old Gold #D5B93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.91%

R = 46.61%
G = 40.48%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5B93B (or 0xD5B93B) is known color: Old Gold. HEX triplet: D5, B9 and 3B. RGB value is (213,185,59). Sum of RGB (Red+Green+Blue) = 213+185+59=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B93B is #2A46C4. Grayscale: #B3B3B3. Windows color (decimal): -2770629 or 3914197. OLE color: 3914197.

HSL color Cylindrical-coordinate representation of color #D5B93B: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5B93B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 59 -
CMYK 0 0.13 0.72 0.16
HSL 49.09º 0.65% 0.53% -
HSV(B) 49.09º 0.72% 0.84% -
XYZ 45.58 49.16 11.22 -
YUV 179.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 213 185 59 0 0.13 0.72 0.16 49.09 0.65 0.53
Hex D5 B9 3B 0 D 48 10 31 41 35
Octal 325 271 73 0 15 110 20 61 101 65
Binary 11010101 10111001 111011 0 1101 1001000 10000 110001 1000001 110101

Color Harmonies of #D5B93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B93B

Black with #D5B93B

Text Example


Text Example

White with #D5B93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B93B; }

 p { color: rgb(213,185,59); }

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

background-color css

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

 a { background-color: rgb(213,185,59); }

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

border-color css

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

 span { border-color: rgb(213,185,59); }

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