Html Css Color HEX #DC6E33 Sorbus

📋 copy color: '#DC6E33'

red 220 ◦ green 110 ◦ blue 51

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

Shades of Sorbus #DC6E33

Tints of Sorbus #DC6E33

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

 BLUE value IS 51 (20.31% from 255) = 13.39%

R = 57.74%
G = 28.87%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6E33 (or 0xDC6E33) is known color: Sorbus. HEX triplet: DC, 6E and 33. RGB value is (220,110,51). Sum of RGB (Red+Green+Blue) = 220+110+51=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E33 is #2391CC. Grayscale: #888888. Windows color (decimal): -2331085 or 3370716. OLE color: 3370716.

HSL color Cylindrical-coordinate representation of color #DC6E33: hue angle of 20.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC6E33 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 51 -
CMYK 0 0.50 0.77 0.14
HSL 20.95º 0.71% 0.53% -
HSV(B) 20.95º 0.77% 0.86% -
XYZ 35.69 26.61 6.39 -
YUV 136.16 79.94 187.8 -
System Red Green Blue C M Y K H S L
Decimal 220 110 51 0 0.50 0.77 0.14 20.95 0.71 0.53
Hex DC 6E 33 0 32 4D E 15 47 35
Octal 334 156 63 0 62 115 16 25 107 65
Binary 11011100 1101110 110011 0 110010 1001101 1110 10101 1000111 110101

Color Harmonies of #DC6E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E33

Black with #DC6E33

Text Example


Text Example

White with #DC6E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E33; }

 p { color: rgb(220,110,51); }

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

background-color css

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

 a { background-color: rgb(220,110,51); }

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

border-color css

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

 span { border-color: rgb(220,110,51); }

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