#D96A36

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

Shades of Sorbus #D96A36

Tints of Sorbus #D96A36

Color information

#D96A36 (or 0xD96A36) is unknown color: approx Sorbus. HEX triplet: D9, 6A and 36. RGB value is (217,106,54). Sum of RGB (Red+Green+Blue) = 217+106+54=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A36 is #2695C9. Grayscale: #858585. Windows color (decimal): -2528714 or 3566297. OLE color: 3566297.

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

Color convert

RGB21710654-
CMYK00.510.750.15
HSL19.14º68.2%53.14%-
HSV(B)19.14º75.12%85.1%-
XYZ34.4425.336.56-
YUV133.2683.27187.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=57.56%
G=28.12%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171065400.510.750.1519.1468.253.14
HexD96A360334BF134435
Octal33115266063113172310465
Binary110110011101010110110011001110010111111100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A36; }

 p { color: rgb(217,106,54); }

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

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

 a { background-color: rgb(217,106,54); }

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

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

 span { border-color: rgb(217,106,54); }

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