Html Css Color HEX #DC6D3B Sorbus

📋 copy color: '#DC6D3B'

red 220 ◦ green 109 ◦ blue 59

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

Shades of Sorbus #DC6D3B

Tints of Sorbus #DC6D3B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 59 (23.44% from 255) = 15.21%

R = 56.7%
G = 28.09%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC6D3B (or 0xDC6D3B) is known color: Sorbus. HEX triplet: DC, 6D and 3B. RGB value is (220,109,59). Sum of RGB (Red+Green+Blue) = 220+109+59=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D3B is #2392C4. Grayscale: #888888. Windows color (decimal): -2331333 or 3894748. OLE color: 3894748.

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

Color convert

RGB 220 109 59 -
CMYK 0 0.50 0.73 0.14
HSL 18.63º 0.7% 0.55% -
HSV(B) 18.63º 0.73% 0.86% -
XYZ 35.77 26.47 7.36 -
YUV 136.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 220 109 59 0 0.50 0.73 0.14 18.63 0.7 0.55
Hex DC 6D 3B 0 32 49 E 13 46 37
Octal 334 155 73 0 62 111 16 23 106 67
Binary 11011100 1101101 111011 0 110010 1001001 1110 10011 1000110 110111

Color Harmonies of #DC6D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D3B

Black with #DC6D3B

Text Example


Text Example

White with #DC6D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D3B; }

 p { color: rgb(220,109,59); }

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

background-color css

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

 a { background-color: rgb(220,109,59); }

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

border-color css

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

 span { border-color: rgb(220,109,59); }

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