#D96A3F

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

Shades of Sorbus #D96A3F

Tints of Sorbus #D96A3F

Color information

#D96A3F (or 0xD96A3F) is unknown color: approx Sorbus. HEX triplet: D9, 6A and 3F. RGB value is (217,106,63). Sum of RGB (Red+Green+Blue) = 217+106+63=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A3F is #2695C0. Grayscale: #868686. Windows color (decimal): -2528705 or 4156121. OLE color: 4156121.

HSL color Cylindrical-coordinate representation of color #D96A3F: hue angle of 16.75º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D96A3F is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21710663-
CMYK00.510.710.15
HSL16.75º66.96%54.9%-
HSV(B)16.75º70.97%85.1%-
XYZ34.6725.427.78-
YUV134.2987.77187-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.22%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 63 (25% from 255) = 16.32%
R=56.22%
G=27.46%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171066300.510.710.1516.7566.9654.9
HexD96A3F03347F114337
Octal33115277063107172110367
Binary110110011101010111111011001110001111111100011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A3F; }

 p { color: rgb(217,106,63); }

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

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

 a { background-color: rgb(217,106,63); }

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

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

 span { border-color: rgb(217,106,63); }

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