Html Css Color HEX #D66E3A Sorbus

📋 copy color: '#D66E3A'

red 214 ◦ green 110 ◦ blue 58

#D66E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #D66E3A

Tints of Sorbus #D66E3A

RGB

 RED value IS 214 (83.98% from 255) = 56.02%

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 56.02%
G = 28.8%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D66E3A (or 0xD66E3A) is known color: Sorbus. HEX triplet: D6, 6E and 3A. RGB value is (214,110,58). Sum of RGB (Red+Green+Blue) = 214+110+58=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E3A is #2991C5. Grayscale: #878787. Windows color (decimal): -2724294 or 3829462. OLE color: 3829462.

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

Color convert

RGB 214 110 58 -
CMYK 0 0.49 0.73 0.16
HSL 20º 0.66% 0.53% -
HSV(B) 20º 0.73% 0.84% -
XYZ 34.07 25.75 7.18 -
YUV 135.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 214 110 58 0 0.49 0.73 0.16 20 0.66 0.53
Hex D6 6E 3A 0 31 49 10 14 42 35
Octal 326 156 72 0 61 111 20 24 102 65
Binary 11010110 1101110 111010 0 110001 1001001 10000 10100 1000010 110101

Color Harmonies of #D66E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E3A

Black with #D66E3A

Text Example


Text Example

White with #D66E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E3A; }

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

 H1.HeaderClassName
 {
   color: #D66E3A;
 }
 .AnyTagClassName
 {
   color: #D66E3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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