Html Css Color HEX #DC6B44 Sorbus

📋 copy color: '#DC6B44'

red 220 ◦ green 107 ◦ blue 68

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

Shades of Sorbus #DC6B44

Tints of Sorbus #DC6B44

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

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

R = 55.7%
G = 27.09%
B = 17.22%

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

#DC6B44 (or 0xDC6B44) is known color: Sorbus. HEX triplet: DC, 6B and 44. RGB value is (220,107,68). Sum of RGB (Red+Green+Blue) = 220+107+68=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B44 is #2394BB. Grayscale: #888888. Windows color (decimal): -2331836 or 4484060. OLE color: 4484060.

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

Color convert

RGB 220 107 68 -
CMYK 0 0.51 0.69 0.14
HSL 15.39º 0.68% 0.56% -
HSV(B) 15.39º 0.69% 0.86% -
XYZ 35.82 26.15 8.63 -
YUV 136.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 220 107 68 0 0.51 0.69 0.14 15.39 0.68 0.56
Hex DC 6B 44 0 33 45 E F 44 38
Octal 334 153 104 0 63 105 16 17 104 70
Binary 11011100 1101011 1000100 0 110011 1000101 1110 1111 1000100 111000

Color Harmonies of #DC6B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B44

Black with #DC6B44

Text Example


Text Example

White with #DC6B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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