Html Css Color HEX #D5B344 Old Gold

📋 copy color: '#D5B344'

red 213 ◦ green 179 ◦ blue 68

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

Shades of Old Gold #D5B344

Tints of Old Gold #D5B344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 46.3%
G = 38.91%
B = 14.78%

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

#D5B344 (or 0xD5B344) is known color: Old Gold. HEX triplet: D5, B3 and 44. RGB value is (213,179,68). Sum of RGB (Red+Green+Blue) = 213+179+68=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B344 is #2A4CBB. Grayscale: #B0B0B0. Windows color (decimal): -2772156 or 4502485. OLE color: 4502485.

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

Color convert

RGB 213 179 68 -
CMYK 0 0.16 0.68 0.16
HSL 45.93º 0.63% 0.55% -
HSV(B) 45.93º 0.68% 0.84% -
XYZ 44.6 46.8 12.15 -
YUV 176.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 213 179 68 0 0.16 0.68 0.16 45.93 0.63 0.55
Hex D5 B3 44 0 10 44 10 2E 3F 37
Octal 325 263 104 0 20 104 20 56 77 67
Binary 11010101 10110011 1000100 0 10000 1000100 10000 101110 111111 110111

Color Harmonies of #D5B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B344

Black with #D5B344

Text Example


Text Example

White with #D5B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B344; }

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

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

background-color css

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

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

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

border-color css

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

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

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