Html Css Color HEX #DC6C39 Sorbus

📋 copy color: '#DC6C39'

red 220 ◦ green 108 ◦ blue 57

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

Shades of Sorbus #DC6C39

Tints of Sorbus #DC6C39

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

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

R = 57.14%
G = 28.05%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC6C39 (or 0xDC6C39) is known color: Sorbus. HEX triplet: DC, 6C and 39. RGB value is (220,108,57). Sum of RGB (Red+Green+Blue) = 220+108+57=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C39 is #2393C6. Grayscale: #878787. Windows color (decimal): -2331591 or 3763420. OLE color: 3763420.

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

Color convert

RGB 220 108 57 -
CMYK 0 0.51 0.74 0.14
HSL 18.77º 0.7% 0.54% -
HSV(B) 18.77º 0.74% 0.86% -
XYZ 35.62 26.24 7.06 -
YUV 135.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 220 108 57 0 0.51 0.74 0.14 18.77 0.7 0.54
Hex DC 6C 39 0 33 4A E 13 46 36
Octal 334 154 71 0 63 112 16 23 106 66
Binary 11011100 1101100 111001 0 110011 1001010 1110 10011 1000110 110110

Color Harmonies of #DC6C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C39

Black with #DC6C39

Text Example


Text Example

White with #DC6C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C39; }

 p { color: rgb(220,108,57); }

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

background-color css

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

 a { background-color: rgb(220,108,57); }

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

border-color css

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

 span { border-color: rgb(220,108,57); }

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