#D96D3D

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

Shades of Sorbus #D96D3D

Tints of Sorbus #D96D3D

Color information

#D96D3D (or 0xD96D3D) is unknown color: approx Sorbus. HEX triplet: D9, 6D and 3D. RGB value is (217,109,61). Sum of RGB (Red+Green+Blue) = 217+109+61=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D3D is #2692C2. Grayscale: #888888. Windows color (decimal): -2527939 or 4025817. OLE color: 4025817.

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

Color convert

RGB21710961-
CMYK00.500.720.15
HSL18.46º67.24%54.51%-
HSV(B)18.46º71.89%85.1%-
XYZ34.9326.037.6-
YUV135.8285.78185.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.07%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=56.07%
G=28.17%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171096100.500.720.1518.4667.2454.51
HexD96D3D03248F124337
Octal33115575062110172210367
Binary110110011101101111101011001010010001111100101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96D3D; }

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

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

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

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

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

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

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

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