Html Css Color HEX #D66E3C Sorbus

📋 copy color: '#D66E3C'

red 214 ◦ green 110 ◦ blue 60

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

Shades of Sorbus #D66E3C

Tints of Sorbus #D66E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 55.73%
G = 28.65%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D66E3C (or 0xD66E3C) is known color: Sorbus. HEX triplet: D6, 6E and 3C. RGB value is (214,110,60). Sum of RGB (Red+Green+Blue) = 214+110+60=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E3C is #2991C3. Grayscale: #878787. Windows color (decimal): -2724292 or 3960534. OLE color: 3960534.

HSL color Cylindrical-coordinate representation of color #D66E3C: hue angle of 19.48º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D66E3C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 60 -
CMYK 0 0.49 0.72 0.16
HSL 19.48º 0.65% 0.54% -
HSV(B) 19.48º 0.72% 0.84% -
XYZ 34.12 25.77 7.45 -
YUV 135.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 214 110 60 0 0.49 0.72 0.16 19.48 0.65 0.54
Hex D6 6E 3C 0 31 48 10 13 41 36
Octal 326 156 74 0 61 110 20 23 101 66
Binary 11010110 1101110 111100 0 110001 1001000 10000 10011 1000001 110110

Color Harmonies of #D66E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E3C

Black with #D66E3C

Text Example


Text Example

White with #D66E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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