#D66B3A

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

Shades of Sorbus #D66B3A

Tints of Sorbus #D66B3A

Color information

#D66B3A (or 0xD66B3A) is unknown color: approx Sorbus. HEX triplet: D6, 6B and 3A. RGB value is (214,107,58). Sum of RGB (Red+Green+Blue) = 214+107+58=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B3A is #2994C5. Grayscale: #858585. Windows color (decimal): -2725062 or 3828694. OLE color: 3828694.

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

Color convert

RGB21410758-
CMYK00.500.730.16
HSL18.85º65.55%53.33%-
HSV(B)18.85º72.9%83.92%-
XYZ33.7525.127.07-
YUV133.4185.45185.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.46%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=56.46%
G=28.23%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141075800.500.730.1618.8565.5553.33
HexD66B3A0324910134235
Octal32615372062111202310265
Binary1101011011010111110100110010100100110000100111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B3A; }

 p { color: rgb(214,107,58); }

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

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

 a { background-color: rgb(214,107,58); }

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

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

 span { border-color: rgb(214,107,58); }

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