#D96D35

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

Shades of Sorbus #D96D35

Tints of Sorbus #D96D35

Color information

#D96D35 (or 0xD96D35) is unknown color: approx Sorbus. HEX triplet: D9, 6D and 35. RGB value is (217,109,53). Sum of RGB (Red+Green+Blue) = 217+109+53=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D35 is #2692CA. Grayscale: #878787. Windows color (decimal): -2527947 or 3501529. OLE color: 3501529.

HSL color Cylindrical-coordinate representation of color #D96D35: hue angle of 20.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D96D35 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21710953-
CMYK00.500.760.15
HSL20.49º68.33%52.94%-
HSV(B)20.49º75.58%85.1%-
XYZ34.7325.956.55-
YUV134.9181.78186.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=57.26%
G=28.76%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171095300.500.760.1520.4968.3352.94
HexD96D350324CF144435
Octal33115565062114172410465
Binary110110011101101110101011001010011001111101001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D35; }

 p { color: rgb(217,109,53); }

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

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

 a { background-color: rgb(217,109,53); }

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

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

 span { border-color: rgb(217,109,53); }

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