#D97043

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

Shades of Sorbus #D97043

Tints of Sorbus #D97043

Color information

#D97043 (or 0xD97043) is unknown color: approx Sorbus. HEX triplet: D9, 70 and 43. RGB value is (217,112,67). Sum of RGB (Red+Green+Blue) = 217+112+67=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D97043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97043 is #268FBC. Grayscale: #8A8A8A. Windows color (decimal): -2527165 or 4419801. OLE color: 4419801.

HSL color Cylindrical-coordinate representation of color #D97043: hue angle of 18º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D97043 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB21711267-
CMYK00.480.690.15
HSL18º66.37%55.69%-
HSV(B)18º69.12%85.1%-
XYZ35.4226.758.61-
YUV138.2787.79184.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.80%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 67 (26.56% from 255) = 16.92%
R=54.80%
G=28.28%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171126700.480.690.151866.3755.69
HexD9704303045F124238
Octal331160103060105172210270
Binary1101100111100001000011011000010001011111100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97043; }

 p { color: rgb(217,112,67); }

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

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

 a { background-color: rgb(217,112,67); }

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

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

 span { border-color: rgb(217,112,67); }

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