#D96542

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

Shades of Sorbus #D96542

Tints of Sorbus #D96542

Color information

#D96542 (or 0xD96542) is unknown color: approx Sorbus. HEX triplet: D9, 65 and 42. RGB value is (217,101,66). Sum of RGB (Red+Green+Blue) = 217+101+66=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96542 is #269ABD. Grayscale: #838383. Windows color (decimal): -2529982 or 4351449. OLE color: 4351449.

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

Color convert

RGB21710166-
CMYK00.530.700.15
HSL13.91º66.52%55.49%-
HSV(B)13.91º69.59%85.1%-
XYZ34.2524.458.07-
YUV131.6990.93188.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.51%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=56.51%
G=26.30%
B=17.19%

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
Decimal2171016600.530.700.1513.9166.5255.49
HexD9654203546Fe4337
Octal331145102065106171610367
Binary110110011100101100001001101011000110111111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96542; }

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

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

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

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

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

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

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

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