#D96F3E

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

Shades of Sorbus #D96F3E

Tints of Sorbus #D96F3E

Color information

#D96F3E (or 0xD96F3E) is unknown color: approx Sorbus. HEX triplet: D9, 6F and 3E. RGB value is (217,111,62). Sum of RGB (Red+Green+Blue) = 217+111+62=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F3E is #2690C1. Grayscale: #898989. Windows color (decimal): -2527426 or 4091865. OLE color: 4091865.

HSL color Cylindrical-coordinate representation of color #D96F3E: hue angle of 18.97º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D96F3E is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21711162-
CMYK00.490.710.15
HSL18.97º67.1%54.71%-
HSV(B)18.97º71.43%85.1%-
XYZ35.1726.477.81-
YUV137.1185.62184.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.64%
GREEN value IS 111 (43.75% from 255) = 28.46%
BLUE value IS 62 (24.61% from 255) = 15.90%
R=55.64%
G=28.46%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171116200.490.710.1518.9767.154.71
HexD96F3E03147F134337
Octal33115776061107172310367
Binary110110011101111111110011000110001111111100111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F3E; }

 p { color: rgb(217,111,62); }

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

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

 a { background-color: rgb(217,111,62); }

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

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

 span { border-color: rgb(217,111,62); }

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