Html Css Color HEX #D5B345 Old Gold

📋 copy color: '#D5B345'

red 213 ◦ green 179 ◦ blue 69

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

Shades of Old Gold #D5B345

Tints of Old Gold #D5B345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.97%

R = 46.2%
G = 38.83%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5B345 (or 0xD5B345) is known color: Old Gold. HEX triplet: D5, B3 and 45. RGB value is (213,179,69). Sum of RGB (Red+Green+Blue) = 213+179+69=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B345 is #2A4CBA. Grayscale: #B1B1B1. Windows color (decimal): -2772155 or 4568021. OLE color: 4568021.

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

Color convert

RGB 213 179 69 -
CMYK 0 0.16 0.68 0.16
HSL 45.83º 0.63% 0.55% -
HSV(B) 45.83º 0.68% 0.84% -
XYZ 44.63 46.82 12.31 -
YUV 176.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 213 179 69 0 0.16 0.68 0.16 45.83 0.63 0.55
Hex D5 B3 45 0 10 44 10 2E 3F 37
Octal 325 263 105 0 20 104 20 56 77 67
Binary 11010101 10110011 1000101 0 10000 1000100 10000 101110 111111 110111

Color Harmonies of #D5B345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B345

Black with #D5B345

Text Example


Text Example

White with #D5B345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B345; }

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

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

background-color css

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

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

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

border-color css

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

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

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