Html Css Color HEX #DC6D41 Sorbus

📋 copy color: '#DC6D41'

red 220 ◦ green 109 ◦ blue 65

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

Shades of Sorbus #DC6D41

Tints of Sorbus #DC6D41

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 55.84%
G = 27.66%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC6D41 (or 0xDC6D41) is known color: Sorbus. HEX triplet: DC, 6D and 41. RGB value is (220,109,65). Sum of RGB (Red+Green+Blue) = 220+109+65=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D41 is #2392BE. Grayscale: #898989. Windows color (decimal): -2331327 or 4287964. OLE color: 4287964.

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

Color convert

RGB 220 109 65 -
CMYK 0 0.50 0.70 0.14
HSL 17.03º 0.69% 0.56% -
HSV(B) 17.03º 0.7% 0.86% -
XYZ 35.94 26.53 8.23 -
YUV 137.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 220 109 65 0 0.50 0.70 0.14 17.03 0.69 0.56
Hex DC 6D 41 0 32 46 E 11 45 38
Octal 334 155 101 0 62 106 16 21 105 70
Binary 11011100 1101101 1000001 0 110010 1000110 1110 10001 1000101 111000

Color Harmonies of #DC6D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D41

Black with #DC6D41

Text Example


Text Example

White with #DC6D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D41; }

 p { color: rgb(220,109,65); }

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

background-color css

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

 a { background-color: rgb(220,109,65); }

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

border-color css

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

 span { border-color: rgb(220,109,65); }

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