Html Css Color HEX #DC6C3A Sorbus

📋 copy color: '#DC6C3A'

red 220 ◦ green 108 ◦ blue 58

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

Shades of Sorbus #DC6C3A

Tints of Sorbus #DC6C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 56.99%
G = 27.98%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC6C3A (or 0xDC6C3A) is known color: Sorbus. HEX triplet: DC, 6C and 3A. RGB value is (220,108,58). Sum of RGB (Red+Green+Blue) = 220+108+58=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6C3A is #2393C5. Grayscale: #888888. Windows color (decimal): -2331590 or 3828956. OLE color: 3828956.

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

Color convert

RGB 220 108 58 -
CMYK 0 0.51 0.74 0.14
HSL 18.52º 0.7% 0.55% -
HSV(B) 18.52º 0.74% 0.86% -
XYZ 35.64 26.25 7.19 -
YUV 135.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 220 108 58 0 0.51 0.74 0.14 18.52 0.7 0.55
Hex DC 6C 3A 0 33 4A E 13 46 37
Octal 334 154 72 0 63 112 16 23 106 67
Binary 11011100 1101100 111010 0 110011 1001010 1110 10011 1000110 110111

Color Harmonies of #DC6C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C3A

Black with #DC6C3A

Text Example


Text Example

White with #DC6C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C3A; }

 p { color: rgb(220,108,58); }

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

background-color css

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

 a { background-color: rgb(220,108,58); }

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

border-color css

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

 span { border-color: rgb(220,108,58); }

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