Html Css Color HEX #DC6B46 Sorbus

📋 copy color: '#DC6B46'

red 220 ◦ green 107 ◦ blue 70

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

Shades of Sorbus #DC6B46

Tints of Sorbus #DC6B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 55.42%
G = 26.95%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC6B46 (or 0xDC6B46) is known color: Sorbus. HEX triplet: DC, 6B and 46. RGB value is (220,107,70). Sum of RGB (Red+Green+Blue) = 220+107+70=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B46 is #2394B9. Grayscale: #888888. Windows color (decimal): -2331834 or 4615132. OLE color: 4615132.

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

Color convert

RGB 220 107 70 -
CMYK 0 0.51 0.68 0.14
HSL 14.8º 0.68% 0.57% -
HSV(B) 14.8º 0.68% 0.86% -
XYZ 35.88 26.17 8.96 -
YUV 136.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 220 107 70 0 0.51 0.68 0.14 14.8 0.68 0.57
Hex DC 6B 46 0 33 44 E F 44 39
Octal 334 153 106 0 63 104 16 17 104 71
Binary 11011100 1101011 1000110 0 110011 1000100 1110 1111 1000100 111001

Color Harmonies of #DC6B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B46

Black with #DC6B46

Text Example


Text Example

White with #DC6B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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