#D96442

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

Shades of Sorbus #D96442

Tints of Sorbus #D96442

Color information

#D96442 (or 0xD96442) is unknown color: approx Sorbus. HEX triplet: D9, 64 and 42. RGB value is (217,100,66). Sum of RGB (Red+Green+Blue) = 217+100+66=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D96442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96442 is #269BBD. Grayscale: #838383. Windows color (decimal): -2530238 or 4351193. OLE color: 4351193.

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

Color convert

RGB21710066-
CMYK00.540.700.15
HSL13.51º66.52%55.49%-
HSV(B)13.51º69.59%85.1%-
XYZ34.1624.268.04-
YUV131.1191.26189.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.66%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=56.66%
G=26.11%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171006600.540.700.1513.5166.5255.49
HexD9644203646Fe4337
Octal331144102066106171610367
Binary110110011100100100001001101101000110111111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96442; }

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

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

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

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

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

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

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

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