Html Css Color HEX #DC733C Sorbus

📋 copy color: '#DC733C'

red 220 ◦ green 115 ◦ blue 60

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

Shades of Sorbus #DC733C

Tints of Sorbus #DC733C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.19%

R = 55.7%
G = 29.11%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC733C (or 0xDC733C) is known color: Sorbus. HEX triplet: DC, 73 and 3C. RGB value is (220,115,60). Sum of RGB (Red+Green+Blue) = 220+115+60=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC733C is #238CC3. Grayscale: #8C8C8C. Windows color (decimal): -2329796 or 3961820. OLE color: 3961820.

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

Color convert

RGB 220 115 60 -
CMYK 0 0.48 0.73 0.14
HSL 20.63º 0.7% 0.55% -
HSV(B) 20.63º 0.73% 0.86% -
XYZ 36.46 27.8 7.72 -
YUV 140.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 220 115 60 0 0.48 0.73 0.14 20.63 0.7 0.55
Hex DC 73 3C 0 30 49 E 15 46 37
Octal 334 163 74 0 60 111 16 25 106 67
Binary 11011100 1110011 111100 0 110000 1001001 1110 10101 1000110 110111

Color Harmonies of #DC733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC733C

Black with #DC733C

Text Example


Text Example

White with #DC733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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