Html Css Color HEX #DC6D37 Sorbus

📋 copy color: '#DC6D37'

red 220 ◦ green 109 ◦ blue 55

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

Shades of Sorbus #DC6D37

Tints of Sorbus #DC6D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.32%

R = 57.29%
G = 28.39%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC6D37 (or 0xDC6D37) is known color: Sorbus. HEX triplet: DC, 6D and 37. RGB value is (220,109,55). Sum of RGB (Red+Green+Blue) = 220+109+55=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D37 is #2392C8. Grayscale: #888888. Windows color (decimal): -2331337 or 3632604. OLE color: 3632604.

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

Color convert

RGB 220 109 55 -
CMYK 0 0.50 0.75 0.14
HSL 19.64º 0.7% 0.54% -
HSV(B) 19.64º 0.75% 0.86% -
XYZ 35.67 26.43 6.84 -
YUV 136.03 82.27 187.89 -
System Red Green Blue C M Y K H S L
Decimal 220 109 55 0 0.50 0.75 0.14 19.64 0.7 0.54
Hex DC 6D 37 0 32 4B E 14 46 36
Octal 334 155 67 0 62 113 16 24 106 66
Binary 11011100 1101101 110111 0 110010 1001011 1110 10100 1000110 110110

Color Harmonies of #DC6D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D37

Black with #DC6D37

Text Example


Text Example

White with #DC6D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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