#D96642

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

Shades of Sorbus #D96642

Tints of Sorbus #D96642

Color information

#D96642 (or 0xD96642) is unknown color: approx Sorbus. HEX triplet: D9, 66 and 42. RGB value is (217,102,66). Sum of RGB (Red+Green+Blue) = 217+102+66=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96642 is #2699BD. Grayscale: #848484. Windows color (decimal): -2529726 or 4351705. OLE color: 4351705.

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

Color convert

RGB21710266-
CMYK00.530.700.15
HSL14.3º66.52%55.49%-
HSV(B)14.3º69.59%85.1%-
XYZ34.3524.658.1-
YUV132.2890.6188.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 66 (26.17% from 255) = 17.14%
R=56.36%
G=26.49%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171026600.530.700.1514.366.5255.49
HexD9664203546Fe4337
Octal331146102065106171610367
Binary110110011100110100001001101011000110111111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96642; }

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

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

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

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

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

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

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

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