#D8B728

Color #D8B728 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #D8B728

Tints of Gold Tips #D8B728

Color information

#D8B728 (or 0xD8B728) is unknown color: approx Gold Tips. HEX triplet: D8, B7 and 28. RGB value is (216,183,40). Sum of RGB (Red+Green+Blue) = 216+183+40=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B728 is #2748D7. Grayscale: #B1B1B1. Windows color (decimal): -2574552 or 2668504. OLE color: 2668504.

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

Color convert

RGB21618340-
CMYK00.150.810.15
HSL48.75º69.29%50.2%-
HSV(B)48.75º81.48%84.71%-
XYZ45.6448.628.99-
YUV176.5650.93156.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 40 (16.02% from 255) = 9.11%
R=49.20%
G=41.69%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161834000.150.810.1548.7569.2950.2
HexD8B7280F51F314532
Octal33026750017121176110562
Binary110110001011011110100001111101000111111100011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B728; }

 p { color: rgb(216,183,40); }

 H1.HeaderClassName
 {
   color: #D8B728;
 }
 .AnyTagClassName
 {
   color: #D8B728;
 }
</style>
background-color css

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

 a { background-color: rgb(216,183,40); }

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

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

 span { border-color: rgb(216,183,40); }

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