#D96327

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

Shades of Gold Drop #D96327

Tints of Gold Drop #D96327

Color information

#D96327 (or 0xD96327) is unknown color: approx Gold Drop. HEX triplet: D9, 63 and 27. RGB value is (217,99,39). Sum of RGB (Red+Green+Blue) = 217+99+39=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D96327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96327 is #269CD8. Grayscale: #7F7F7F. Windows color (decimal): -2530521 or 2581465. OLE color: 2581465.

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

Color convert

RGB2179939-
CMYK00.540.820.15
HSL20.22º70.08%50.2%-
HSV(B)20.22º82.03%85.1%-
XYZ33.4423.824.75-
YUV127.4478.09191.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.13%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=61.13%
G=27.89%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217993900.540.820.1520.2270.0850.2
HexD9632703652F144632
Octal33114347066122172410662
Binary110110011100011100111011011010100101111101001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96327; }

 p { color: rgb(217,99,39); }

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

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

 a { background-color: rgb(217,99,39); }

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

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

 span { border-color: rgb(217,99,39); }

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