#D66A38

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

Shades of Sorbus #D66A38

Tints of Sorbus #D66A38

Color information

#D66A38 (or 0xD66A38) is unknown color: approx Sorbus. HEX triplet: D6, 6A and 38. RGB value is (214,106,56). Sum of RGB (Red+Green+Blue) = 214+106+56=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A38 is #2995C7. Grayscale: #848484. Windows color (decimal): -2725320 or 3697366. OLE color: 3697366.

HSL color Cylindrical-coordinate representation of color #D66A38: hue angle of 18.99º 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 #D66A38 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21410656-
CMYK00.500.740.16
HSL18.99º65.83%52.94%-
HSV(B)18.99º73.83%83.92%-
XYZ33.624.896.77-
YUV132.5984.78186.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 106 (41.80% from 255) = 28.19%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=56.91%
G=28.19%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141065600.500.740.1618.9965.8352.94
HexD66A380324A10134235
Octal32615270062112202310265
Binary1101011011010101110000110010100101010000100111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A38; }

 p { color: rgb(214,106,56); }

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

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

 a { background-color: rgb(214,106,56); }

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

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

 span { border-color: rgb(214,106,56); }

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