Html Css Color HEX #D5B329 Gold Tips

📋 copy color: '#D5B329'

red 213 ◦ green 179 ◦ blue 41

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

Shades of Gold Tips #D5B329

Tints of Gold Tips #D5B329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.47%

R = 49.19%
G = 41.34%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5B329 (or 0xD5B329) is known color: Gold Tips. HEX triplet: D5, B3 and 29. RGB value is (213,179,41). Sum of RGB (Red+Green+Blue) = 213+179+41=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B329 is #2A4CD6. Grayscale: #AEAEAE. Windows color (decimal): -2772183 or 2733013. OLE color: 2733013.

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

Color convert

RGB 213 179 41 -
CMYK 0 0.16 0.81 0.16
HSL 48.14º 0.68% 0.5% -
HSV(B) 48.14º 0.81% 0.84% -
XYZ 43.96 46.55 8.77 -
YUV 173.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 213 179 41 0 0.16 0.81 0.16 48.14 0.68 0.5
Hex D5 B3 29 0 10 51 10 30 44 32
Octal 325 263 51 0 20 121 20 60 104 62
Binary 11010101 10110011 101001 0 10000 1010001 10000 110000 1000100 110010

Color Harmonies of #D5B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B329

Black with #D5B329

Text Example


Text Example

White with #D5B329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B329; }

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

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

background-color css

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

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

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

border-color css

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

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

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