Html Css Color HEX #DC7338 Sorbus

📋 copy color: '#DC7338'

red 220 ◦ green 115 ◦ blue 56

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

Shades of Sorbus #DC7338

Tints of Sorbus #DC7338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 56.27%
G = 29.41%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7338 (or 0xDC7338) is known color: Sorbus. HEX triplet: DC, 73 and 38. RGB value is (220,115,56). Sum of RGB (Red+Green+Blue) = 220+115+56=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7338 is #238CC7. Grayscale: #8C8C8C. Windows color (decimal): -2329800 or 3699676. OLE color: 3699676.

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

Color convert

RGB 220 115 56 -
CMYK 0 0.48 0.75 0.14
HSL 21.59º 0.7% 0.54% -
HSV(B) 21.59º 0.75% 0.86% -
XYZ 36.36 27.76 7.18 -
YUV 139.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 220 115 56 0 0.48 0.75 0.14 21.59 0.7 0.54
Hex DC 73 38 0 30 4B E 16 46 36
Octal 334 163 70 0 60 113 16 26 106 66
Binary 11011100 1110011 111000 0 110000 1001011 1110 10110 1000110 110110

Color Harmonies of #DC7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7338

Black with #DC7338

Text Example


Text Example

White with #DC7338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7338; }

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

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

background-color css

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

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

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

border-color css

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

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

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