Html Css Color HEX #DC6C44 Sorbus

📋 copy color: '#DC6C44'

red 220 ◦ green 108 ◦ blue 68

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

Shades of Sorbus #DC6C44

Tints of Sorbus #DC6C44

RGB

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

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

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

R = 55.56%
G = 27.27%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC6C44 (or 0xDC6C44) is known color: Sorbus. HEX triplet: DC, 6C and 44. RGB value is (220,108,68). Sum of RGB (Red+Green+Blue) = 220+108+68=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C44 is #2393BB. Grayscale: #898989. Windows color (decimal): -2331580 or 4484316. OLE color: 4484316.

HSL color Cylindrical-coordinate representation of color #DC6C44: hue angle of 15.79º 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 #DC6C44 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 68 -
CMYK 0 0.51 0.69 0.14
HSL 15.79º 0.68% 0.56% -
HSV(B) 15.79º 0.69% 0.86% -
XYZ 35.92 26.36 8.66 -
YUV 136.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 220 108 68 0 0.51 0.69 0.14 15.79 0.68 0.56
Hex DC 6C 44 0 33 45 E 10 44 38
Octal 334 154 104 0 63 105 16 20 104 70
Binary 11011100 1101100 1000100 0 110011 1000101 1110 10000 1000100 111000

Color Harmonies of #DC6C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C44

Black with #DC6C44

Text Example


Text Example

White with #DC6C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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