Html Css Color HEX #DC6A35 Sorbus

📋 copy color: '#DC6A35'

red 220 ◦ green 106 ◦ blue 53

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

Shades of Sorbus #DC6A35

Tints of Sorbus #DC6A35

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 58.05%
G = 27.97%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC6A35 (or 0xDC6A35) is known color: Sorbus. HEX triplet: DC, 6A and 35. RGB value is (220,106,53). Sum of RGB (Red+Green+Blue) = 220+106+53=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A35 is #2395CA. Grayscale: #868686. Windows color (decimal): -2332107 or 3500764. OLE color: 3500764.

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

Color convert

RGB 220 106 53 -
CMYK 0 0.52 0.76 0.14
HSL 19.04º 0.7% 0.54% -
HSV(B) 19.04º 0.76% 0.86% -
XYZ 35.31 25.78 6.48 -
YUV 134.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 220 106 53 0 0.52 0.76 0.14 19.04 0.7 0.54
Hex DC 6A 35 0 34 4C E 13 46 36
Octal 334 152 65 0 64 114 16 23 106 66
Binary 11011100 1101010 110101 0 110100 1001100 1110 10011 1000110 110110

Color Harmonies of #DC6A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A35

Black with #DC6A35

Text Example


Text Example

White with #DC6A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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