#D96D41

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

Shades of Sorbus #D96D41

Tints of Sorbus #D96D41

Color information

#D96D41 (or 0xD96D41) is unknown color: approx Sorbus. HEX triplet: D9, 6D and 41. RGB value is (217,109,65). Sum of RGB (Red+Green+Blue) = 217+109+65=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D41 is #2692BE. Grayscale: #888888. Windows color (decimal): -2527935 or 4287961. OLE color: 4287961.

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

Color convert

RGB21710965-
CMYK00.500.700.15
HSL17.37º66.67%55.29%-
HSV(B)17.37º70.05%85.1%-
XYZ35.0426.078.19-
YUV136.2887.78185.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.50%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=55.50%
G=27.88%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171096500.500.700.1517.3766.6755.29
HexD96D4103246F114337
Octal331155101062106172110367
Binary1101100111011011000001011001010001101111100011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D41; }

 p { color: rgb(217,109,65); }

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

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

 a { background-color: rgb(217,109,65); }

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

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

 span { border-color: rgb(217,109,65); }

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