Html Css Color HEX #D6B328 Gold Tips

📋 copy color: '#D6B328'

red 214 ◦ green 179 ◦ blue 40

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

Shades of Gold Tips #D6B328

Tints of Gold Tips #D6B328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 49.42%
G = 41.34%
B = 9.24%

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

#D6B328 (or 0xD6B328) is known color: Gold Tips. HEX triplet: D6, B3 and 28. RGB value is (214,179,40). Sum of RGB (Red+Green+Blue) = 214+179+40=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B328 is #294CD7. Grayscale: #AEAEAE. Windows color (decimal): -2706648 or 2667478. OLE color: 2667478.

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

Color convert

RGB 214 179 40 -
CMYK 0 0.16 0.81 0.16
HSL 47.93º 0.69% 0.5% -
HSV(B) 47.93º 0.81% 0.84% -
XYZ 44.23 46.69 8.69 -
YUV 173.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 214 179 40 0 0.16 0.81 0.16 47.93 0.69 0.5
Hex D6 B3 28 0 10 51 10 30 45 32
Octal 326 263 50 0 20 121 20 60 105 62
Binary 11010110 10110011 101000 0 10000 1010001 10000 110000 1000101 110010

Color Harmonies of #D6B328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B328

Black with #D6B328

Text Example


Text Example

White with #D6B328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B328; }

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

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

background-color css

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

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

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

border-color css

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

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

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