Html Css Color HEX #DC6E3F Sorbus

📋 copy color: '#DC6E3F'

red 220 ◦ green 110 ◦ blue 63

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

Shades of Sorbus #DC6E3F

Tints of Sorbus #DC6E3F

RGB

 RED value IS 220 (86.33% from 255) = 55.98%

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 55.98%
G = 27.99%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC6E3F (or 0xDC6E3F) is known color: Sorbus. HEX triplet: DC, 6E and 3F. RGB value is (220,110,63). Sum of RGB (Red+Green+Blue) = 220+110+63=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E3F is #2391C0. Grayscale: #898989. Windows color (decimal): -2331073 or 4157148. OLE color: 4157148.

HSL color Cylindrical-coordinate representation of color #DC6E3F: hue angle of 17.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC6E3F is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 63 -
CMYK 0 0.50 0.71 0.14
HSL 17.96º 0.69% 0.55% -
HSV(B) 17.96º 0.71% 0.86% -
XYZ 35.99 26.73 7.96 -
YUV 137.53 85.94 186.82 -
System Red Green Blue C M Y K H S L
Decimal 220 110 63 0 0.50 0.71 0.14 17.96 0.69 0.55
Hex DC 6E 3F 0 32 47 E 12 45 37
Octal 334 156 77 0 62 107 16 22 105 67
Binary 11011100 1101110 111111 0 110010 1000111 1110 10010 1000101 110111

Color Harmonies of #DC6E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E3F

Black with #DC6E3F

Text Example


Text Example

White with #DC6E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E3F; }

 p { color: rgb(220,110,63); }

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

background-color css

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

 a { background-color: rgb(220,110,63); }

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

border-color css

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

 span { border-color: rgb(220,110,63); }

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