#D86328

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

Shades of Gold Drop #D86328

Tints of Gold Drop #D86328

Color information

#D86328 (or 0xD86328) is unknown color: approx Gold Drop. HEX triplet: D8, 63 and 28. RGB value is (216,99,40). Sum of RGB (Red+Green+Blue) = 216+99+40=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D86328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86328 is #279CD7. Grayscale: #7F7F7F. Windows color (decimal): -2596056 or 2647000. OLE color: 2647000.

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

Color convert

RGB2169940-
CMYK00.540.810.15
HSL20.11º69.29%50.2%-
HSV(B)20.11º81.48%84.71%-
XYZ33.1623.684.83-
YUV127.2678.76191.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.85%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 40 (16.02% from 255) = 11.27%
R=60.85%
G=27.89%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216994000.540.810.1520.1169.2950.2
HexD8632803651F144532
Octal33014350066121172410562
Binary110110001100011101000011011010100011111101001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86328; }

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

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

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

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

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

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

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

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