#D96B42

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

Shades of Sorbus #D96B42

Tints of Sorbus #D96B42

Color information

#D96B42 (or 0xD96B42) is unknown color: approx Sorbus. HEX triplet: D9, 6B and 42. RGB value is (217,107,66). Sum of RGB (Red+Green+Blue) = 217+107+66=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B42 is #2694BD. Grayscale: #878787. Windows color (decimal): -2528446 or 4352985. OLE color: 4352985.

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

Color convert

RGB21710766-
CMYK00.510.700.15
HSL16.29º66.52%55.49%-
HSV(B)16.29º69.59%85.1%-
XYZ34.8625.668.27-
YUV135.2288.94186.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.64%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=55.64%
G=27.44%
B=16.92%

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
Decimal2171076600.510.700.1516.2966.5255.49
HexD96B4203346F104337
Octal331153102063106172010367
Binary1101100111010111000010011001110001101111100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96B42; }

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

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

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

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

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

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

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

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