Html Css Color HEX #DC6944 Sorbus

📋 copy color: '#DC6944'

red 220 ◦ green 105 ◦ blue 68

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

Shades of Sorbus #DC6944

Tints of Sorbus #DC6944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.72%

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 55.98%
G = 26.72%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6944 (or 0xDC6944) is known color: Sorbus. HEX triplet: DC, 69 and 44. RGB value is (220,105,68). Sum of RGB (Red+Green+Blue) = 220+105+68=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6944 is #2396BB. Grayscale: #878787. Windows color (decimal): -2332348 or 4483548. OLE color: 4483548.

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

Color convert

RGB 220 105 68 -
CMYK 0 0.52 0.69 0.14
HSL 14.61º 0.68% 0.56% -
HSV(B) 14.61º 0.69% 0.86% -
XYZ 35.61 25.74 8.56 -
YUV 135.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 220 105 68 0 0.52 0.69 0.14 14.61 0.68 0.56
Hex DC 69 44 0 34 45 E F 44 38
Octal 334 151 104 0 64 105 16 17 104 70
Binary 11011100 1101001 1000100 0 110100 1000101 1110 1111 1000100 111000

Color Harmonies of #DC6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6944

Black with #DC6944

Text Example


Text Example

White with #DC6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6944; }

 p { color: rgb(220,105,68); }

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

background-color css

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

 a { background-color: rgb(220,105,68); }

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

border-color css

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

 span { border-color: rgb(220,105,68); }

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