Html Css Color HEX #D6B329 Gold Tips

📋 copy color: '#D6B329'

red 214 ◦ green 179 ◦ blue 41

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

Shades of Gold Tips #D6B329

Tints of Gold Tips #D6B329

RGB

 RED value IS 214 (83.98% from 255) = 49.31%

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

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

R = 49.31%
G = 41.24%
B = 9.45%

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

#D6B329 (or 0xD6B329) is known color: Gold Tips. HEX triplet: D6, B3 and 29. RGB value is (214,179,41). Sum of RGB (Red+Green+Blue) = 214+179+41=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B329 is #294CD6. Grayscale: #AEAEAE. Windows color (decimal): -2706647 or 2733014. OLE color: 2733014.

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

Color convert

RGB 214 179 41 -
CMYK 0 0.16 0.81 0.16
HSL 47.86º 0.68% 0.5% -
HSV(B) 47.86º 0.81% 0.84% -
XYZ 44.25 46.7 8.78 -
YUV 173.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 214 179 41 0 0.16 0.81 0.16 47.86 0.68 0.5
Hex D6 B3 29 0 10 51 10 30 44 32
Octal 326 263 51 0 20 121 20 60 104 62
Binary 11010110 10110011 101001 0 10000 1010001 10000 110000 1000100 110010

Color Harmonies of #D6B329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B329

Black with #D6B329

Text Example


Text Example

White with #D6B329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B329; }

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

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

background-color css

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

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

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

border-color css

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

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

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