#D96A42

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

Shades of Sorbus #D96A42

Tints of Sorbus #D96A42

Color information

#D96A42 (or 0xD96A42) is unknown color: approx Sorbus. HEX triplet: D9, 6A and 42. RGB value is (217,106,66). Sum of RGB (Red+Green+Blue) = 217+106+66=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A42 is #2695BD. Grayscale: #868686. Windows color (decimal): -2528702 or 4352729. OLE color: 4352729.

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

Color convert

RGB21710666-
CMYK00.510.700.15
HSL15.89º66.52%55.49%-
HSV(B)15.89º69.59%85.1%-
XYZ34.7525.458.24-
YUV134.6389.27186.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=55.78%
G=27.25%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171066600.510.700.1515.8966.5255.49
HexD96A4203346F104337
Octal331152102063106172010367
Binary1101100111010101000010011001110001101111100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A42; }

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

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

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

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

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

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

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

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