Html Css Color HEX #D5B340 Old Gold

📋 copy color: '#D5B340'

red 213 ◦ green 179 ◦ blue 64

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

Shades of Old Gold #D5B340

Tints of Old Gold #D5B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.25%

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 46.71%
G = 39.25%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5B340 (or 0xD5B340) is known color: Old Gold. HEX triplet: D5, B3 and 40. RGB value is (213,179,64). Sum of RGB (Red+Green+Blue) = 213+179+64=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B340 is #2A4CBF. Grayscale: #B0B0B0. Windows color (decimal): -2772160 or 4240341. OLE color: 4240341.

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

Color convert

RGB 213 179 64 -
CMYK 0 0.16 0.70 0.16
HSL 46.31º 0.64% 0.54% -
HSV(B) 46.31º 0.7% 0.84% -
XYZ 44.49 46.76 11.53 -
YUV 176.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 213 179 64 0 0.16 0.70 0.16 46.31 0.64 0.54
Hex D5 B3 40 0 10 46 10 2E 40 36
Octal 325 263 100 0 20 106 20 56 100 66
Binary 11010101 10110011 1000000 0 10000 1000110 10000 101110 1000000 110110

Color Harmonies of #D5B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B340

Black with #D5B340

Text Example


Text Example

White with #D5B340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B340; }

 p { color: rgb(213,179,64); }

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

background-color css

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

 a { background-color: rgb(213,179,64); }

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

border-color css

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

 span { border-color: rgb(213,179,64); }

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