Html Css Color HEX #DC6B35 Sorbus

📋 copy color: '#DC6B35'

red 220 ◦ green 107 ◦ blue 53

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

Shades of Sorbus #DC6B35

Tints of Sorbus #DC6B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 57.89%
G = 28.16%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC6B35 (or 0xDC6B35) is known color: Sorbus. HEX triplet: DC, 6B and 35. RGB value is (220,107,53). Sum of RGB (Red+Green+Blue) = 220+107+53=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B35 is #2394CA. Grayscale: #868686. Windows color (decimal): -2331851 or 3501020. OLE color: 3501020.

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

Color convert

RGB 220 107 53 -
CMYK 0 0.51 0.76 0.14
HSL 19.4º 0.7% 0.54% -
HSV(B) 19.4º 0.76% 0.86% -
XYZ 35.42 25.99 6.52 -
YUV 134.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 220 107 53 0 0.51 0.76 0.14 19.4 0.7 0.54
Hex DC 6B 35 0 33 4C E 13 46 36
Octal 334 153 65 0 63 114 16 23 106 66
Binary 11011100 1101011 110101 0 110011 1001100 1110 10011 1000110 110110

Color Harmonies of #DC6B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B35

Black with #DC6B35

Text Example


Text Example

White with #DC6B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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