Html Css Color HEX #DC6738 Sorbus

📋 copy color: '#DC6738'

red 220 ◦ green 103 ◦ blue 56

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

Shades of Sorbus #DC6738

Tints of Sorbus #DC6738

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 58.05%
G = 27.18%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC6738 (or 0xDC6738) is known color: Sorbus. HEX triplet: DC, 67 and 38. RGB value is (220,103,56). Sum of RGB (Red+Green+Blue) = 220+103+56=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6738 is #2398C7. Grayscale: #848484. Windows color (decimal): -2332872 or 3696604. OLE color: 3696604.

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

Color convert

RGB 220 103 56 -
CMYK 0 0.53 0.75 0.14
HSL 17.2º 0.7% 0.54% -
HSV(B) 17.2º 0.75% 0.86% -
XYZ 35.08 25.2 6.76 -
YUV 132.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 220 103 56 0 0.53 0.75 0.14 17.2 0.7 0.54
Hex DC 67 38 0 35 4B E 11 46 36
Octal 334 147 70 0 65 113 16 21 106 66
Binary 11011100 1100111 111000 0 110101 1001011 1110 10001 1000110 110110

Color Harmonies of #DC6738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6738

Black with #DC6738

Text Example


Text Example

White with #DC6738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6738; }

 p { color: rgb(220,103,56); }

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

background-color css

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

 a { background-color: rgb(220,103,56); }

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

border-color css

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

 span { border-color: rgb(220,103,56); }

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