#D66937

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

Shades of Sorbus #D66937

Tints of Sorbus #D66937

Color information

#D66937 (or 0xD66937) is unknown color: approx Sorbus. HEX triplet: D6, 69 and 37. RGB value is (214,105,55). Sum of RGB (Red+Green+Blue) = 214+105+55=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D66937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66937 is #2996C8. Grayscale: #848484. Windows color (decimal): -2725577 or 3631574. OLE color: 3631574.

HSL color Cylindrical-coordinate representation of color #D66937: hue angle of 18.87º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D66937 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21410555-
CMYK00.510.740.16
HSL18.87º65.98%52.75%-
HSV(B)18.87º74.3%83.92%-
XYZ33.4724.686.61-
YUV131.8984.61186.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 55 (21.88% from 255) = 14.71%
R=57.22%
G=28.07%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141055500.510.740.1618.8765.9852.75
HexD669370334A10134235
Octal32615167063112202310265
Binary1101011011010011101110110011100101010000100111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66937; }

 p { color: rgb(214,105,55); }

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

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

 a { background-color: rgb(214,105,55); }

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

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

 span { border-color: rgb(214,105,55); }

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