#D66C41

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

Shades of Sorbus #D66C41

Tints of Sorbus #D66C41

Color information

#D66C41 (or 0xD66C41) is unknown color: approx Sorbus. HEX triplet: D6, 6C and 41. RGB value is (214,108,65). Sum of RGB (Red+Green+Blue) = 214+108+65=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C41 is #2993BE. Grayscale: #878787. Windows color (decimal): -2724799 or 4287702. OLE color: 4287702.

HSL color Cylindrical-coordinate representation of color #D66C41: hue angle of 17.32º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D66C41 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB21410865-
CMYK00.500.700.16
HSL17.32º64.5%54.71%-
HSV(B)17.32º69.63%83.92%-
XYZ34.0525.48.11-
YUV134.7988.62184.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.30%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=55.30%
G=27.91%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141086500.500.700.1617.3264.554.71
HexD66C410324610114137
Octal326154101062106202110167
Binary11010110110110010000010110010100011010000100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C41; }

 p { color: rgb(214,108,65); }

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

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

 a { background-color: rgb(214,108,65); }

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

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

 span { border-color: rgb(214,108,65); }

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