Html Css Color HEX #D66E39 Sorbus

📋 copy color: '#D66E39'

red 214 ◦ green 110 ◦ blue 57

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

Shades of Sorbus #D66E39

Tints of Sorbus #D66E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.96%

R = 56.17%
G = 28.87%
B = 14.96%

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

#D66E39 (or 0xD66E39) is known color: Sorbus. HEX triplet: D6, 6E and 39. RGB value is (214,110,57). Sum of RGB (Red+Green+Blue) = 214+110+57=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E39 is #2991C6. Grayscale: #878787. Windows color (decimal): -2724295 or 3763926. OLE color: 3763926.

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

Color convert

RGB 214 110 57 -
CMYK 0 0.49 0.73 0.16
HSL 20.25º 0.66% 0.53% -
HSV(B) 20.25º 0.73% 0.84% -
XYZ 34.05 25.74 7.05 -
YUV 135.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 214 110 57 0 0.49 0.73 0.16 20.25 0.66 0.53
Hex D6 6E 39 0 31 49 10 14 42 35
Octal 326 156 71 0 61 111 20 24 102 65
Binary 11010110 1101110 111001 0 110001 1001001 10000 10100 1000010 110101

Color Harmonies of #D66E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E39

Black with #D66E39

Text Example


Text Example

White with #D66E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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